SimulatedData {MLModelSelection} | R Documentation |
A simulated multivariate longitudinal data for demonstration.
data("SimulatedData")
A list
consists of Y
the observations 100 subjects in 3 attributes along 10 time points,
X
the design matrix with 6 covariate including the intercept, TimePointsAvailable
the avilable time points for each subject.
Y
The response variables.
X
The design matrix.
TimePointsAvailable
The available time points for each subject.
library(MLModelSelection)
data(SimulatedData)
SimulatedData = data(SimulatedData)