Description Usage Arguments Value See Also Examples
Simple function to extract the fixed and random effects
parameter names from an MCMCglmm
object.
1 | paramNamesMCMCglmm(object, ...)
|
object |
An |
... |
not used |
A list with two elements:
fixed |
A character vector of the fixed effects parameter names |
random |
A character vector of the random effects parameter names |
fixef.MCMCglmm
,
ranef.MCMCglmm
1 2 3 4 5 6 7 8 9 | ## Not run:
# a simple MCMCglmm model
data(PlodiaPO)
m <- MCMCglmm(PO ~ 1, random = ~ FSfamily, data = PlodiaPO, verbose=FALSE)
# extract the parameter names
paramNamesMCMCglmm(m)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.