
Random Effects Quantities Container
Source:R/LongitudinalRandomEffects.R
RandomEffectQuantities-class.Rd
A simple wrapper around a matrix
to store required metadata for patient level
random effects data
Details
Each row of the matrix represents a sample and each column represents a distinct subject
specific parameter.
As such the number of columns in the matrix should equal the length of subject
and parameter
which provide metadata for who the parameter corresponds to as well as which parameter it is.
Slots
quantities
(
matrix
)
See Arguments for details.subject
(
numeric
)
See Arguments for details.parameter
(
character
)
See Arguments for details.
See also
Other RandomEffectQuantities:
LongitudinalRandomEffects()
,
as.data.frame.RandomEffectQuantities()
,
as_print_string.RandomEffectQuantities()
,
summary.RandomEffectQuantities()