| data.manag.long {FlexVarJM} | R Documentation |
Management of longitudinal data
Description
Management of longitudinal data
Usage
data.manag.long(formGroup, formFixed, formRandom, data.long1)
Arguments
formGroup |
A formula which indicates the group variable |
formFixed |
A formula which indicates the fixed effects for the longitudinal submodel |
formRandom |
A formula which indicates the random effects for the longitudinal submodel |
data.long1 |
A dataframe with the longitudinal data |
Value
A list with the following components :
data_longa clean dataframe for the longitudinal data
y.new.progthe vector of responses variable
Xa matrix with the fixed effects
Ua matrix with the random effects
ida vector with the identification of individuals
offseta vector with the number of measurements for each individual
Ian integer, the number of individuals
[Package FlexVarJM version 0.1.0 Index]