powered by
Utility for Obuchowski-Rockette variance components
UtilVarComponentsOR( dataset, FOM, FPFValue = 0.2, covEstMethod = "Jackknife", nBoots = 200 )
The dataset object
The figure of merit
Only needed for LROC data and FOM = "PCL" or "ALROC"; where to evaluate a partial curve based figure of merit. The default is 0.2.
LROC
The covariance estimation method, "jackknife" (the default) or "bootstrap".
The number of bootstraps, defaults to 200
A list object containing the variance components.
The variance components are obtained using StSignificanceTesting with method = "ORH".
method = "ORH"
# NOT RUN { UtilVarComponentsOR(dataset02, FOM = "Wilcoxon")$varComp # }
Run the code above in your browser using DataLab