H0_reference {MUVR2} | R Documentation |
Get reference distribution for resampling tests
Description
Make reference distribution for resampling tests to assess overfitting.
Usage
H0_reference(Y, n = 1000, fitness = c("Q2", "BER", "MISS", "AUROC"), ...)
Arguments
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 |
Value
a histogram of reference distribution
Examples
data("freelive2")
H0_reference(YR2)
[Package MUVR2 version 0.1.0 Index]