.extractEffects | R Documentation |
MCMCglmm
objectExtracts the fixed or random effects portions from an MCMCglmm object.
Note for the random, these are the estimates themselves,
not the variability in the estimates. The use
options let you
get either just the posterior mean or all the posterior samples.
.extractEffects(
object,
use = c("all", "mean"),
which = c("fixed", "random"),
...
)
object |
An |
use |
A character string indicating whether to return “all” the posterior samples (the default) or only the “mean” of them. |
which |
A character string indicating whether to return the “fixed” (the default) or “random” effects. |
... |
Not currently used. |
A matrix of the posterior samples or means for the fixed or random effects.
fixef.MCMCglmm
, ranef.MCMCglmm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.