H0_reference {MUVR2} | R Documentation |
Make reference distribution for resampling tests to assess overfitting.
H0_reference(Y, n = 1000, fitness = c("Q2", "BER", "MISS", "AUROC"), ...)
Y |
the target variable |
n |
number of permutations to run |
fitness |
number of repetitions for each permutation (defaults to value of actual model) |
... |
additional arguments for sampling from distribution |
a histogram of reference distribution
data("freelive2")
H0_reference(YR2)