PROC LIFEREG Modeling Options

Use this text box to specify options for the PROC LIFEREG MODEL statement. Only one PROC LIFEREG MODEL statement can be specified per run of the PROC LIFEREG procedure.

Note: To enable this field, you must select Automated as the analysis Mode.

You can specify any PROC LIFEREG Modeling option using the following syntax:

Option

where:

Option is the PROC LIFEREG Model Statement option.

Some PROC LIFEREG Modeling options are described in the following table:

Option

Definition

ALPHA=n

This option sets the significance level for the confidence intervals for regression parameters and estimated survival probabilities. The value must be between 0 and 1. By default, ALPHA=0.05.

NOLOG

Requests that no log transformation of the response variable be performed. By default, PROC LIFEREG models the log of the response variable for the GAMMA, LLOGISTIC, LOGNORMAL, and WEIBULL distribution options. NOLOG is implicitly assumed for the NORMAL and LOGISTIC distribution options.

OFFSET=variable

Choose this option to specify a variable in the input data set to be used as an offset variable. This variable cannot be a CLASS variable, and it cannot be the response variable or one of the explanatory variables. Note: Replace “variable” with the name of the desired variable.

SCALE=n

Initializes the scale parameter to n. If the Weibull distribution is specified, this scale parameter is the scale parameter of the type 1 extreme-value distribution, not the Weibull scale parameter. Note that, with a log transformation, the exponential model is the same as a Weibull model with the scale parameter (n) fixed at the value 1.

To Specify One or More PROC LIFEREG Response Options:

8 Enter a specific PROC LIFEREG Modeling option in the PROC LIFEREG Modeling Options field.
8 For example, to specify a significance value of 0.8 for the confidence intervals, enter ALPHA=0.8 in the text box.

Refer to the SAS PROC LIFEREG MODEL Statement documentation for more information.