Pairwise.DiagTest3Grp.Test(dat,paired=FALSE,type=c("VUS","Youden"),p=0,q=0,mu=0, conf.level=0.95, alternative=c("two.sided","less","greater"), p.adjust.method=c("none","holm","hochberg","hommel","bonferroni","BH","BY","fdr"), digits=3,...)
DiagTest3Grp.Test
for statistical test between
two markers.
Ferri, C. and Hernandez-Orallo, J. and Salido, M.A. (2003) Volume under the ROC Surface for Multi-class Problems LECTURE NOTES IN COMPUTER SCIENCE 108--120. Xiong, C and Van Belle, G. and Miller, J.P. and Yan, Y. and Gao, F., and Yu, K, and Morris, J. (2007) A Parametric Comparison of Diagnostic Accuracy with Three Ordinal Diagnostic Groups. Biometrical Journal 5, 682-693
Luo, J and Xiong, C. (2012) Youden Index and Associated Optimal Cut-point for Three Ordinal Groups. Communications In Statistics-Simulation and Computation(in press).
Jingqin Luo, Chengjie Xiong (2012). DiagTest3Grp: An R Package for Analyzing Diagnostic Tests with Three Ordinal Groups.Journal of Statistical Software, 51(3), 1-24.URL http://www.jstatsoft.org/v51/i03/.
VUS
Youden3Grp
data(AL)
new.AL <- data.frame(group=AL$group,-AL[,-1])
new.AL <- new.AL[,1:4]##use the first 3 markers as an example
##omnibus test on the 3 AL markers
Pairwise.DiagTest3Grp.Test(dat=new.AL, paired=TRUE, type="VUS",p=0,q=0,
conf.level=0.95,p.adjust.method="fdr",digits=3)
Run the code above in your browser using DataLab