random.effects {rts2} | R Documentation |
Extracts the random effect estimates
Description
Extracts the random effect estimates or samples from an rtsFit object
returned from call of lgcp_ml()
or lgcp_bayes()
in the grid class.
Usage
random.effects(object)
Arguments
object |
An |
Value
A matrix of dimension (number of fixed effects ) x (number of MCMC samples). For Laplace approximation, the number of "samples" equals one.
[Package rts2 version 0.7.5 Index]