sampled.values {GLMMGibbs}R Documentation

Sampled Values from a glmm fit

Description

Returns a vector consisting of the sampled values from an object returned from a call to the glmm function

Usage

 sampled.values(g,parameter.name)

Arguments

{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

Details

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.

See Also

glmm