powered by
Performs Kruskal-Wallis test on samples.
LearnNonparam::PermuTest -> LearnNonparam::KSampleTest -> KruskalWallis
LearnNonparam::PermuTest
LearnNonparam::KSampleTest
KruskalWallis
KruskalWallis$new()
Inherited methods LearnNonparam::PermuTest$plot() LearnNonparam::PermuTest$print() LearnNonparam::PermuTest$test()
LearnNonparam::PermuTest$plot()
LearnNonparam::PermuTest$print()
LearnNonparam::PermuTest$test()
new()
Create a new KruskalWallis object.
KruskalWallis$new( type = c("permu", "asymp"), scoring = c("rank", "vw", "expon"), n_permu = 10000 )
type
a character string specifying the way to calculate the p-value.
scoring
a character string specifying the scoring system.
n_permu
an integer indicating number of permutations for the permutation distribution. If set to 0, all permutations will be used.
0
A KruskalWallis object.
pmt( "ksample.kw", type = "asymp" )$test(Table3.2.2)$print() t <- pmt( "ksample.kw", type = "permu" )$test(Table3.2.3)$print() t$type <- "asymp" t
Run the code above in your browser using DataLab