confIntAUC | R Documentation |
Compute Wald confidence intervals for the area under the curve on the original and logit scale.
confIntAUC(cases, controls, conf.level = 0.95)
cases |
Values of the continuous variable for the cases. |
controls |
Values of the continuous variable for the controls. |
conf.level |
Confidence level for confidence interval. Default is 0.95. |
A data.frame with the columns:
Type of confidence interval.
Lower bound of CI.
Area under the curve.
Upper bound of CI.
Leonhard Held
Altman, D.G., Machin, D., Bryant, T.N. and Gardner, M.J. (2001). Statistics with confidence. 2nd Edition, 2000. BMJ Books. Chapter 10.
confIntIndependentAUCDiff
,
confIntPairedAUCDiff
, standardErrorAUCDiff
set.seed(12345)
cases <- rnorm(n = 100, mean = 2)
controls <- rnorm(n = 50)
confIntAUC(cases = cases, controls = controls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.