A list with all output parameters of the FORTRAN subroutine bm
.
The names of the list components are such that they match the original FORTRAN
code. Small letters used for capturing program's output.
Xmatrix. The design matrix.
Yvector. The response vector.
Ninteger. The number of runs.
COLSinteger. The number of design factors.
BLKSinteger. The number of blocking factors accommodated in the first
columns of matrix X
.
MXFACinteger. Maximum number of factors considered in the models.
MXINTinteger. Maximum interaction order considered in the models.
PInumeric. Prior probability assigned to the active factors.
INDGAMinteger. If 0, the same variance inflation factor (GAMMA
)
is used for main and interactions effects.
If INDGAM ==1
, then NGAM
different values
of GAMMA
were used.
INDG2integer. If 1, the variance inflation factor GAM2
was used for
the interaction effects.
NGAMinteger. Number of different VIFs used for computations.
GAMMAvector. Vector of variance inflation factors of length 1 or 2.
NTOPinteger. Number of models with the highest posterior probability
.
mdcntinteger. Total number of models evaluated.
ptopvector. Vector of probabilities of the top ntop
models.
sigtopvector. Vector of sigma-squared of the top ntop
models.
nftopinteger. Number of factors in each of the ntop
models.
jtopmatrix. Matrix of the number of factors and their labels
of the top ntop
models.
delnumeric. Interval width of the GAMMA
partition.
sprobvector. Vector of posterior probabilities. If ng>1
the
probabilities are weighted averaged over GAMMA
.
pgamvector. Vector of values of the unscaled posterior density of GAMMA
.
probmatrix. Matrix of marginal factor posterior probabilities for each of
the different values of GAMMA
.
indinteger. Indicator variable. ind
is 1 if the bm
subroutine exited properly. Any other number correspond to
the format label number in the FORTRAN subroutine script.