| ACTG181 | R Documentation |
An example real dataset of bivariate interval-censored data with 204 subjects and one covariate. The data come from the AIDS Clinical Trials Group protocol ACTG 181. Two events are the shedding time (in months) of cytomegalovirus (CMV) in urine/blood and the colonization time (in months) of mycobacterium avium complex (MAC) in sputum/stool (Betensky and Finkelstein, 1999).
data("ACTG181")
A data frame with 408 observations on the following 6 variables.
idsubject id
indmargin indicator, 1=shedding time, 2=colonization time
Leftleft bound of observed interval
Rightright bound of observed interval
statuscensoring indicator; 1=interval-censor, 0=right censor. All observations are interval-censored in this dataset
xcovariate
Betensky and Finkelstein (1999). A non-parametric maximum likelihood estimator for bivariate interval censored data. Statistics in Medicine 18 3089-3100.
data(ACTG181)
clayton_sp <- ic_spTran_copula(data = ACTG181,
copula = "Clayton",
l = 0, u = 25,
r = 3, m = 3,
var_list = "x")
summary(clayton_sp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.