Learn R Programming

MLModelSelection (version 1.0)

SimulatedData: Simulated data

Description

A simulated multivariate longitudinal data for demonstration.

Usage

data("SimulatedData")

Arguments

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.

Y

The response variables.

X

The design matrix.

TimePointsAvailable

The available time points for each subject.

Examples

Run this code
# NOT RUN {
library(MLModelSelection)
data(SimulatedData)
SimulatedData = data(SimulatedData)
# }

Run the code above in your browser using DataLab