BASELINE <OUT=SAS-data-set> <COVARIATES=SAS-data-set> <TIMELIST=list> <keyword=name …keyword=name> </ options>;
The BASELINE statement creates a SAS data set (named by the OUT= option) that contains the predicted values at specified times that partition the time axis for every set of covariates in the COVARIATES= data set. If the COVARIATES= data set is not specified, PROC ICPHREG uses a reference set of covariates that consists of the reference levels for the CLASS variables and the average values for the continuous variables.
Table 51.3 summarizes the options that you can specify in the BASELINE statement.
Table 51.3: BASELINE Statement Options
Option |
Description |
---|---|
Data Set and Time List Options |
|
Specifies the output BASELINE data set |
|
Specifies the SAS data set that contains the explanatory variables |
|
Specifies a list of time points for computing the predicted values |
|
Keyword Options for Variables |
|
Specifies the cumulative hazard function estimate |
|
Specifies the log of the negative log of the survival function |
|
Specifies the log of the survival function |
|
Specifies the lower pointwise confidence limit for the cumulative hazard function |
|
Specifies the lower pointwise confidence limit for the survival function |
|
Specifies the estimated standard error of the cumulative hazard function |
|
Specifies the standard error of the survival function |
|
Specifies the estimated standard error of the linear predictor estimator |
|
Specifies the survival function estimate |
|
Specifies the upper pointwise confidence limit for the cumulative hazard function |
|
Specifies the upper pointwise confidence limit for the survival function |
|
Specifies the estimate of the linear predictor |
|
Other Options |
|
Specifies the level of the confidence interval for the survival function |
|
Specifies the transformation that is used to compute confidence limits for the survival function |
|
Names a variable whose values identify or group predicted survival or cumulative hazard functions in plots |
|
Names the variable in the COVARIATES= data set for identifying the predicted survival or cumulative hazard functions in plots |
You can specify the following options in the BASELINE statement.
You can specify the following options after a slash (/).