adjust.linear.bayes | R Documentation |
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, ...)
lbo |
The object returned by |
ana.obj |
The |
... |
currently unused |
A list of class "adjust.linear.bayes"
containing:
odds |
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. |
loc.posterior |
The marginal posterior probabilities by locus |
coefficients |
The marginal posterior means of the coefficients |
one.gene.adj |
Results of fits for one gene models |
n.gene.adj |
Results of fits for modles with more than one gene |
call |
the call to |
For large linear.bayes
objects invloving many gene models,
this can require a very long time to run.
Charles C. Berry cberry@ucsd.edu
linear.bayes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.