UTIdata {lmec} | R Documentation |
Data set from a study of Unstructured Treatment Interruption in HIV-infected adolescents in four institutions in the US. The main outcome is the HIV-1 RNA viral load, which is subject to censoring below the lower limit of detection of the assay (50 copies/mL). The censored observations are indicated by the variable RNAcens
data(UTIdata)
A data frame with 373 observations on the following 5 variables.
Patid
Days.after.TI
Fup
RNA
RNAcens
Saitoh, A., Foca, M, et al. (2008), Clinical outcome in perinatally acquired HIV-infected children and adolescents after unstructured treatment interruption, Pediatrics,121, e513-e521.
data(UTIdata) ## maybe str(UTIdata) ; plot(UTIdata) ...