data_long_cont: Multivariate Longitudinal Continuous (Gaussian) Data

data_long_contR Documentation

Multivariate Longitudinal Continuous (Gaussian) Data

Description

Simulated multivariate longitudinal continuous dataset assuming that there are 500 subjects in the study whose data are collected at 5 equally-spaced time points.

Usage

data(data_long_cont)

Format

A data frame with 2500 observations on the following 7 variables.

id

subject id.

time

occasion of observation.

Y1

a numeric vector for the first longitudinal response.

Y2

a numeric vector for the second longitudinal response.

Y3

a numeric vector for the third longitudinal response.

X1

a numeric vector for the first covariate.

X2

a numeric vector for the second covariate.

Examples

data(data_long_cont)

LMest documentation built on Aug. 27, 2023, 5:06 p.m.