The COUNTREG Procedure

INIT Statement

  • INIT initvalue1 <, initvalue2 …>;

The INIT statement sets initial values for parameters in the optimization.

Each initvalue is written as a parameter or parameter list, followed by an optional equal sign (=), followed by a number:

parameter <=> number

Parameter names are as shown in the Parameter column of the "Parameter Estimates" table. Please refer to the section Parameter Naming Conventions for the RESTRICT, TEST, BOUNDS, and INIT Statements for more information on how parameters are named in the INIT statement.

By default, initial values are determined by OLS regression. Initial values can be displayed with the ITPRINT option in the PROC statement.

If you also specify the BAYES statement, the INIT statement also initializes the Markov chain Monte Carlo (MCMC) algorithm. In particular, the INIT statement does one of the following:

  • initializes the tuning phase (this also includes the PROPCOV= option)

  • initializes the sampling phase, if there is no tuning phase