ranef.egf {epigrowthfit} | R Documentation |
Details about Random Effect Coefficients
Description
Extracts from a model object details about the random effect
coefficients, namely segment b
of the bottom level
parameter vector.
Usage
## S3 method for class 'egf'
ranef(object, makeSigma = FALSE, ...)
Arguments
object |
an |
makeSigma |
a logical flag. If |
... |
unused optional arguments. |
Value
A data frame with one row per coefficient and variables:
cov |
label for a covariance matrix.
This is the interaction of |
vec |
label for a random vector.
This is the interaction of |
bottom |
label for a bottom level mixed effects model parameter,
in this case for a random effect coefficient;
this is a string with format |
top |
name of the top level nonlinear model parameter whose
fitted value is a function of |
term , group |
term from the random effects component of the mixed effects
model formula for parameter |
level |
level of the factor or interaction indicated by |
colname |
column name in the random effects design matrix
|
value |
random effect conditional mode (unit variance scale),
from segment |
If makeSigma = TRUE
, then the result has attribute Sigma
,
a list of covariance matrices corresponding to the levels of variable
cov
.
See Also
The generic function ranef
.