Youden3Grp.Variance.Bootstrap(x, y, z, method = "Normal", seed.seq =NULL,
randomStart.N = 5, NBOOT=10,alpha=0.05,t.minus.start = NULL,
t.plus.start = NULL, ...)
KS-SJ---Estimate the extended Youden index by using Kernel density estimation with the Sheather-Jones Plug-in method for bandwidth selection.
Youden3Grp
.
Youden3Grp
.
Youden3Grp
.
Youden3Grp
.
Youden3Grp
Youden3Grp
BW.ref
x <- rnorm(50,6,1)
y <- rnorm(60,8,1.2)
z <- rnorm(40,10,1.4)
temp.res <- Youden3Grp.Variance.Bootstrap(x=x, y=y, z=z,
method="Normal",seed.seq=1:10,randomStart.N=3,NBOOT=10)
Run the code above in your browser using DataLab