CNTSELECT Procedure

Syntax: CNTSELECT Procedure

The following statements are available in the CNTSELECT procedure. Items within angle brackets (< >) or square brackets ([ ]) are optional.

  • PROC CNTSELECT <options>;

  • BAYES <options>;

  • BOUNDS bound1 [ , bound2 …];

  • BY variables;

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

  • DISPLAY <table-list> </ options>;

  • DISPLAYOUT table-spec-list </ options>;

  • DISPMODEL dependent variable tilde <dispersion-related regressors>;

  • EFFECT name=effect-type(variables </ options>);

  • FREQ freq-variable;

  • INIT initialization1 < , initialization2 …>;

  • MODEL dependent-variable = regressors </ options>;

  • OUTPUT <output-options>;

  • PRIOR parameter-list ~ distribution ;

  • RESTRICT restriction1 [, restriction2 …];

  • SELECTION <METHOD=method <(method-options)>><options>;

  • TEST equation1 <, equation2…> / <test-options>;

  • VIEWSTORE / options ;

  • WEIGHT variable </ option>;

  • ZEROMODEL dependent-variable tilde zero-inflated-regressors </ options>;

There can be only one MODEL statement. Any ZEROMODEL, DISPMODEL, OUTPUT, INIT, BOUNDS, RESTRICT, or TEST statement, if used, must appear after the MODEL statement. There can be no more than one ZEROMODEL statement and no more than one DISPMODEL statement. Multiple INIT, BOUNDS, RESTRICT, and TEST statements are allowed. The BAYES statement is not compatible with the BOUNDS, DISPMODEL, RESTRICT, SELECTION, or TEST statement. If a FREQ or WEIGHT statement is specified more than once, the variable specified in the first instance is used.

Last updated: July 09, 2026