Chapter Contents |
Previous |
Next |
The RELIABILITY Procedure |
Option | Option Description |
CONFIDENCE=number | specifies the confidence coefficient for all confidence intervals. Specify a number between 0 and 1. The default value is 0.95 |
CONVERGE=number | specifies the convergence criterion for maximum likelihood fit. |
CONVH=number | specifies the convergence criterion for the relative Hessian convergence criterion |
CORRB | requests parameter correlation matrix |
COVB | requests parameter covariance matrix |
FITTYPE | FIT= | specifies method of estimating distribution parameters |
LSYX | -least squares fit to the probability plot. The probability axis is the dependent variable. |
| LSXY | -least squares fit to the probability plot. The lifetime axis is the dependent variable. |
| MLE | -maximum likelihood (default) |
| NONE | -no fit is computed |
| WEIBAYES | -Weibayes |
<(CONFIDENCE|CONF=number)> | number is the confidence coefficient for the Weibayes fit and is between 0 and 1. The default is 0.95. |
ITPRINT | requests iteration history for maximum likelihood fit |
LRCL | requests likelihood ratio confidence intervals for distribution parameters |
LRCLPER | requests likelihood ratio confidence intervals for distribution percentiles |
LOCATION=number < LINIT > | specifies fixed or initial value of location parameter |
MAXIT=number | specifies maximum number of iterations allowed for maximum likelihood fit |
MAXITEREM | | |
MAXITEM=number1 <,number2> | number1 specifies maximum number of iterations allowed for Turnbull algorithm. Iteration history will be printed in increments of number2 if requested with ITPRINTEM. See "Interval-Censored Data" for details. |
NOPCTILES | suppress computation of percentiles |
NOPOLISH | suppress setting small interval probabilities to zero in Turnbull algorithm. See "Interval-Censored Data" for details. |
PCTLIST=number-list | specifies list of percentages for which to compute percentile estimates. number-list must be a list of numbers separated by blanks or commas. Each number in the list must be between 0 and 100 |
PPOS= | specifies plotting position type. |
EXPRANK | -expected ranks |
|MEDRANK | -median ranks |
|MEDRANK1 | -median ranks (exact formula) |
|KM | -Kaplan-Meier |
|MKM | -modified Kaplan-Meier (default) |
PPOUT | request table of cumulative probabilities |
PROBLIST=number-list | specifies list of initial values for Turnbull algorithm. See "Interval-Censored Data" for details. |
PSTABLE=number | specifies stable parameterization. The number must be between zero and one. See "Stable Parameters" for further information. |
READOUT | analyze readout data |
SCALE=number < SCINIT > | specifies fixed or initial value of scale parameter |
SHAPE=number < SHINIT > | specifies fixed or initial value of shape parameter |
SINGULAR=number | specifies singularity criterion for matrix inversion |
SURVTIME=number-list | requests survival function be computed for values in number-list |
THRESHOLD=number | specifies a fixed threshold parameter. See Table 30.37 for the distributions with a threshold parameter. |
TOLLIKE=number | specifies criterion for convergence in the Turnbull algorithm. Default is 10-8. See "Interval-Censored Data" for details. |
TOLPROB=number | specifies criterion for setting interval probability to zero in the Turnbull algorithm. Default is 10-6. See "Interval-Censored Data" for details. |
Option | Option Description |
CONFIDENCE=number | specifies the confidence coefficient for all confidence intervals. Specify a number between 0 and 1. The default value is 0.95 |
PREDICT(number) | requests predicted counts for exposure number for Poisson or sample size number for binomial |
TOLERANCE(number) | requests exposure for Poisson or sample size for binomial to estimate Poisson rate or binomial probability within number with probability given by the CONFIDENCE= option |
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.