Learn R Programming

FLIM (version 1.2)

CD4sim: Simulated HIV data

Description

A simulated dataset of HIV patients undergoing treatment. At each timepoint treatment is initiated with increasing probability as CD4 values for patients are decreasing. Treatment has a positive effect on CD4. The lower the CD4 value, the higher risk the patient has for getting the event AIDS.

Usage

data(CD4sim)

Arguments

Format

A data frame with 4894 observations on the following 5 variables.
id
id number
time
observation times
treat
treatment indicator
cd4
square root of CD4
AIDS
event indicator

Source

Simulated data

Examples

Run this code
data(CD4sim)

Run the code above in your browser using DataLab