Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The RELIABILITY Procedure

Primary Statements

The following are the primary statements that control the RELIABILITY procedure:
PROC RELIABILITY <options>;
ANALYZE variable<\astcensor-variable(values)> <=(group-variables)> </ options>;
MCFPLOT variable<\astcost/censor-variable(values)> <=(group-variables)> </ options>;
MODEL variable<\astcensor-variable(values)> =<independent-variables> </ options>;
PROBPLOT variable<\astcensor-variable(values)> <=(group-variables)> </ options>;
RELATIONPLOT variable<\astcensor-variable(values)> <=(group-variables)> </ options>;

The PROC RELIABILITY statement invokes the procedure.

The plot statements (PROBPLOT, RELATIONPLOT, and MCFPLOT) create graphical displays. Each of the plot statements has options that control the content and appearance of the plots they create. The default settings provide the best plots for many purposes; however, if you want to control specific details of the plots, such as axis limits or background colors, then you need to specify the options.

In addition to graphical output, each plot statement provides analysis results in tabular form. The tabular output also can be controlled with statement options.

The MODEL and ANALYZ1E statements produce only tabular analysis output, not graphical displays.

You can specify one or more of the plot and ANALYZE statements. If you specify more than one MODEL statement, only the last one specified is used.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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