The approximation provided by linear.bayes
can be improved by
performing Laplace approximations. This function is a development
version of a wrapper to do that for all of the returned by
linear.bayes
.
adjust.linear.bayes(lbo, ana.obj=lbo$call$ana.obj, ...)
A list of class "adjust.linear.bayes"
containing:
A vector, typically of length k giving the odds for models of size 1, 2, ..., k under a uniform posterior relative to a model with no genes.
The marginal posterior probabilities by locus
The marginal posterior means of the coefficients
Results of fits for one gene models
Results of fits for modles with more than one gene
the call to adjust.linear.bayes
The object returned by linear.bayes
The analysis.object
used to create
lbo
. This need not be given explicitly, iff the original
version is in the search path.
currently unused
Charles C. Berry cberry@ucsd.edu
linear.bayes