Learn R Programming

ILRCM (version 0.2.0)

sdata: 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)

Arguments

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

Run this code
data(sdata)
head(sdata)

Run the code above in your browser using DataLab