The PROC QUANTLIFE statement invokes the QUANTLIFE procedure. Table 82.1 summarizes the options available in this statement.
Table 82.1: Options Available in the PROC QUANTLIFE Statement
Option |
Description |
---|---|
Data Set Options |
|
Specifies the input SAS data set |
|
Creates an output SAS data set for parameter estimates from resampled data sets |
|
Basic Options |
|
Specifies the confidence level |
|
Specifies a resampling method for computing confidence interval and test statistics |
|
Requests log transformation of the response |
|
Specifies a method to fit quantile regression |
|
Specifies the length of effect names |
|
Specifies the number of replications |
|
Specifies the seed for the random number generator |
|
Specifies the plots to be produced by using ODS Graphics |
|
Computational Options |
|
Specifies a step size for the grid for computing regression quantiles |
|
Specifies the first quantile level for computing regression quantiles |
|
Specifies the step-length parameter for the interior point algorithm |
|
Specifies the maximum number of iterations for the interior point algorithm |
|
Specifies the number of threads for the computation |
|
Specifies the convergence criterion of the interior point algorithm |
You can specify the following options in the PROC QUANTLIFE statement.