## use the default jackknife for covEstMethod
vc <- UtilORVarComponentsFactorial(dataset02, FOM = "Wilcoxon")
str(vc)
UtilORVarComponentsFactorial(dataset02, FOM = "Wilcoxon",
covEstMethod = "bootstrap", nBoots = 2000, seed = 100)$VarCom
UtilORVarComponentsFactorial(dataset02, FOM = "Wilcoxon", covEstMethod = "DeLong")$VarCom
Run the code above in your browser using DataLab