postProb {mombf} | R Documentation |
Obtain posterior model probabilities after running Bayesian model selection
postProb(object, nmax, method='norm')
object |
Object of class msfit returned by |
nmax |
Maximum number of models to report (defaults to no max) |
method |
Only when |
A data.frame
with posterior model probabilities in column pp.
Column modelid indicates the indexes of the selected covariates (empty
for the null model with no covariates).
David Rossell
modelSelection
to perform model selection
#See help(modelSelection)