• Option is the PROC LIFEREG Model Statement option.
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. 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. 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 .
Enter a specific PROC LIFEREG Modeling option in the PROC LIFEREG Modeling Options field.
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.