The BGLIMM Procedure

Sampling-Related ODS Tables

Parameters Initial Value

The "Parameters Initial" table (ODS table name ParametersInit) shows the initial value of each fixed regression coefficient. This table is not displayed by default. You can display it by specifying the INIT=PINIT option in the MODEL statement.

Constant Priors for Fixed Effects

The "Constant Priors for Fixed Effects" table (ODS table name ConstantCoeffPrior) shows the information for the constant prior for the fixed-effects coefficients. The table is displayed by default for a model that contains fixed effects.

Independent Normal Priors for Fixed Effects

The "Independent Normal Priors for Fixed Effects" table (ODS table name IndepNormalCoeffPrior) shows the information for the independent normal prior for the fixed-effects coefficients. The table is displayed when you specify that fixed effects have an independent normal prior.

Normal Priors for Fixed Effects

The "Normal Priors for Fixed Effects" table (ODS table name NormalCoeffPrior) shows the information for the normal prior for the fixed-effects coefficients. The table is displayed when you specify that fixed effects have a normal prior and are not independent.

Priors for Scale and Covariance Parameters

The "Priors for Scale and Covariance Parameters" table (ODS table name ScaleCovPrior) shows the prior distributions for the scale and covariance parameters. The table is displayed by default for a model that contains any scale and covariance parameters.

Last updated: December 09, 2022