logdata {MIGEE} | R Documentation |
Longitudinal clinical data for patients
Description
Longitudinal clinical data including treatment variables and time-to-event outcomes
Usage
data(logdata)
Format
A dataframe with multiple rows and 11 variables:
- ID
ID of subjects
- Days
Time in days for each recorded event
- Age
Age of subjects
- Gender
Gender of subjects (Male/Female)
- x_val
Covariate values (numerical)
- y_val
Outcome variable representing time-to-event or measurement (numerical, possibly containing missing data)
- trt1
Treatment group 1 (binary, 0/1)
- trt2
Treatment group 2 (binary, 0/1)
- fac1
Factor 1 (binary, 0/1)
- fac2
Factor 2 (binary, 0/1)
- Visit
Visit number (categorical)
- SEX
Redundant variable for Gender (Male/Female)
Examples
data(logdata)
[Package MIGEE version 0.1.0 Index]