## Not run:
# > ############################################################################
# > #Example from Ruscio & Mullen (2012, p. 202)
# > x <- c(6,7,8,7,9,6,5,4,7,8,7,6,9,5,4) # Treatment Group
# > y <- c(4,3,5,3,6,2,2,1,6,7,4,3,2,4,3) # Control Group
# > dmes.boot(y,x,theta.es="Ac") #AUC
# $theta
# Ac
# 0.8844444
#
# $theta.SE
# [1] 0.05910963
#
# $bci.meth
# [1] "BCA"
#
# $theta.bci.lo
# [1] 0.7022222
#
# $theta.bci.up
# [1] 0.9644444
#
# $Coh.d
# [1] 1.727917
#
# $Coh.d.bSE
# [1] 0.4932543
#
# $Coh.d.bci.lo
# [1] 0.7753663
#
# $Coh.d.bci.up
# [1] 2.573305
# ## End(Not run)
Run the code above in your browser using DataLab