ranef.mires {MIRES} | R Documentation |
Extract random effects of each group from MIRES model.
Description
Extract random effects of each group from MIRES model.
Usage
## S3 method for class 'mires'
ranef(object, prob = 0.95, ...)
Arguments
object |
mires object. |
prob |
Numeric (Default: .95). Amount of probability mass to contain within the credible interval. |
... |
Not used. |
Value
List containing summaries of lambda, (log) residual SDs, nu, latent mean, and (log) latent SD random effects.
Author(s)
Stephen R Martin
[Package MIRES version 0.1.0 Index]