H0_reference | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.