This method returns a summary statistic data.frame
of the random effect parameters
Usage
# S3 method for class 'RandomEffectQuantities'
summary(object, conf.level = 0.95, ...)
Arguments
- object
(
RandomEffectQuantities
)
generated quantities.- conf.level
(
numeric
)
confidence level of the interval.- ...
not used.
Value
A data.frame
with the following variables:
subject
(character
)
the subject identifier.parameter
(character
)
the parameter identifier.median
(numeric
)
the median value of the quantity.lower
(numeric
)
the lower CI value of the quantity.upper
(numeric
)
the upper CI value of the quantity.
See also
Other RandomEffectQuantities:
LongitudinalRandomEffects()
,
RandomEffectQuantities-class
,
as.data.frame.RandomEffectQuantities()
,
as_print_string.RandomEffectQuantities()