| SimulatedData {MLModelSelection} | R Documentation |
Simulated data
Description
A simulated multivariate longitudinal data for demonstration.
Usage
data("SimulatedData")
Format
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.
YThe response variables.
XThe design matrix.
TimePointsAvailableThe available time points for each subject.
Examples
library(MLModelSelection)
data(SimulatedData)
SimulatedData = data(SimulatedData)
[Package MLModelSelection version 1.0 Index]