Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The LIFEREG Procedure

PROC LIFEREG Statement

PROC LIFEREG < options > ;
GOUT=graphics-catalog
specifies a graphics catalog in which to save graphics output.

INEST= SAS-data-set
specifies an input SAS data set that contains initial estimates for all the parameters in the model. See the section "INEST= Data Set" for a detailed description of the contents of the INEST= data set.

NAMELEN=n
specifies the length of effect names in tables and output data sets to be n characters, where n is a value between 20 and 200. The default length is 20 characters.

XDATA= SAS-data-set
specifies an input SAS data set that contains values for all the independent variables in the MODEL statement and variables in the CLASS statement for probability plotting. If there are covariates specified in a MODEL statement and a probability plot is requested with a PROBPLOT statement, you specify fixed values for the effects in the MODEL statement with the XDATA= data set. See the section "XDATA= Data Set" for a detailed description of the contents of the XDATA= data set.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.