The BCHOICE Procedure

Syntax: BCHOICE Procedure

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

  • PROC BCHOICE <options>;

  • BY variables;

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

  • MODEL response<(response-options)> = <fixed-effects></ model-options>;

  • RANDOM random-effects </ options>;

  • PREDDIST OUTPRED=SAS-data-set <options>;

The PROC BCHOICE and MODEL statements are required. The CLASS statement, if present, must precede the MODEL statement.

The rest of this section provides detailed syntax information for each statement, beginning with the PROC BCHOICE statement. The remaining statements are presented in alphabetical order.