| sampled.values {GLMMGibbs} | R Documentation |
Returns a vector consisting of the sampled values from an object returned from a call to the glmm function
sampled.values(g,parameter.name)
{g}{The result of a call to the glmm function,
an object of class glmmfit.}
{parameter.name} The name of a parameter in the model
The function takes and object g, the returned value
of a call to the glmm function, and the name of a parameter
in the model fitted, and returns a vector of the sampled values.
The glmm function yielding g
must have been called with the argument
store.results set to TRUE.