| KolmogorovSmirnov | R Documentation |
Performs two-sample Kolmogorov-Smirnov test on samples.
LearnNonparam::PermuTest -> LearnNonparam::TwoSampleTest -> KolmogorovSmirnov
new()Create a new KolmogorovSmirnov object.
KolmogorovSmirnov$new(n_permu = 10000)
n_permuan integer indicating number of permutations for the permutation distribution. If set to 0, all permutations will be used.
A KolmogorovSmirnov object.
pmt(
"twosample.ks", n_permu = 0
)$test(Table2.8.1)$print()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.