sdata {ILRCM}R Documentation

Simulated Irregular Longitudinal Data

Description

Simulated irregular longitudinal data for 1000 patients. This dataset contains irregularly spaced time points and responses for analysis.

Usage

data(sdata)

Format

A data frame with 8631 rows and 3 variables:

subject_id

ID of subjects

time

Irregular time points.

response

Response values at different time points.

Examples

data(sdata)
head(sdata)

[Package ILRCM version 0.1.0 Index]