CalcAugAUC | R Documentation |
Calculate test statistics for augmentation estimator.
CalcAugAUC(data, tau, alpha = 0.05, return_areas = FALSE)
data |
Data.frame containing arm, idx, status, time, weights. |
tau |
Truncation time. |
alpha |
Type I error. |
return_areas |
Return the AUCs? |
If return_areas is TRUE, list containing:
'marg_area', marginal area for each arm.
'mcf', mean cumulative function for each strata.
'contrasts', including the augmented difference of areas.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.