The ICPHREG Procedure

Syntax: ICPHREG Procedure

The following statements are available in the ICPHREG procedure:

  • PROC ICPHREG <options>;

  • BASELINE <OUT=SAS-data-set> <COVARIATES=SAS-data-set><TIMELIST=list><keyword=name …keyword=name> </ options>;

  • BY variables;

  • CLASS variable <(options)> …<variable <(options)>> </ global-options>;

  • FREQ variable </ option>;

  • HAZARDRATIO <'label'> variable </ options>;

  • MODEL (t1, t2)= effects </ options>;

  • OUTPUT <OUT=SAS-data-set> <keyword=namekeyword=name>;

  • TEST <model-effects> </ options>;

  • STRATA variable;

The MODEL statement is required, and only one MODEL statement is allowed. If multiple MODEL statements are present, only the last one is used. You can specify main effects and interaction terms in the MODEL statement, as in the GLM procedure. The CLASS statement, if present, must precede the MODEL statement. The BASELINE, HAZARDRATIO, and OUTPUT statements, if present, must follow the MODEL statement. If multiple BASELINE, OUTPUT, and STRATA statements are present, only the last one is used.

The following sections describe the PROC ICPHREG statement and then describe the other statements in alphabetical order.