SingleArmStratAUC | R Documentation |
Confidence intervals and p-values for the difference and ratio of areas under the mean cumulative count curves, comparing treatment (arm = 1) with reference (arm = 0).
SingleArmStratAUC(data, tau, alpha = 0.05, boot = FALSE, reps = 2000)
data |
Formatted data.frame. |
tau |
Truncation time. |
alpha |
Alpha level. |
boot |
Logical, construct bootstrap confidence intervals? |
reps |
Replicates for bootstrap/permutation inference. |
Object of class compAUCs with these slots:
'@Areas': The AUC for each arm.
'@CIs': Observed difference and ratio in areas with confidence intervals.
'@Curves': Mean cumulative count curve for each arm; averaged across strata if present.
'@Pvals': Bootstrap and permutation p-values.
'@Reps': Bootstrap and permutation realizations of the test statistics.
'@Weights': Per-stratum weights and AUCs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.