Last data update: 2014.03.03

R: Obtain posterior model probabilities
postProbR Documentation

Obtain posterior model probabilities

Description

Obtain posterior model probabilities after running Bayesian model selection

Usage

  postProb(object, nmax, method='norm')

Arguments

object

Object of class msfit, e.g. as returned by modelSelection

nmax

Maximum number of models to report (defaults to no max)

method

For 'norm' probabilities are obtained by renormalizing the stored integrated likelihoods, for 'exact' they are given by the proportion of MCMC visits to each model. 'norm' has less variability but can be biased if the chain has not converged.

Value

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).

Author(s)

David Rossell

See Also

modelSelection to perform model selection

Examples

#See help(modelSelection)

Results