Description Usage Format Examples
A simulated multivariate longitudinal data for demonstration.
1 | 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.
1 2 3 | library(MLModelSelection)
data(SimulatedData)
SimulatedData = data(SimulatedData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.