The RMSTREG Procedure

Syntax: RMSTREG Procedure

The following statements are available in the RMSTREG procedure. Items within <> are optional.

  • PROC RMSTREG <options>;

  • BY variables;

  • CLASS variable <(options)> …<variable <(options)>> </ options>;

  • ESTIMATE <'label'> estimate-specification </ options>;

  • FREQ | FREQUENCY variable;

  • LSMEANS <model-effects> </ options>;

  • LSMESTIMATE model-effect <'label'> values <divisor=n> <, …<'label'> values <divisor=n>> </ options>;

  • MODEL response <*censor(list)> = <effects > </ options>;

  • SLICE model-effect </ options>;

  • STORE <OUT=>item-store-name </ LABEL='label'>;

  • TEST <model-effects> </ options>;

The PROC RMSTREG and MODEL statements are required. The CLASS statement, if present, must precede the MODEL statement. The following sections describe the PROC RMSTREG statement and then describe the other statements in alphabetical order.

Last updated: December 09, 2022