Description Usage Arguments Value See Also Examples
View source: R/tadaa_omnibus.R
Tadaa, Kruskal-Wallis!
1 2 3 4 5 |
formula |
Formula for model, passed to |
data |
Data for model. |
print |
Print method, per default a regular |
A data.frame
by default, otherwise dust
object, depending on print
.
Other Tadaa-functions:
tadaa_aov()
,
tadaa_chisq()
,
tadaa_levene()
,
tadaa_nom()
,
tadaa_one_sample()
,
tadaa_ord()
,
tadaa_pairwise_tukey()
,
tadaa_pairwise_t()
,
tadaa_t.test()
,
tadaa_wilcoxon()
1 | tadaa_kruskal(stunzahl ~ jahrgang, data = ngo)
|
# A tibble: 1 x 3
statistic parameter p.value
<dbl> <int> <dbl>
1 20.9 2 0.0000291
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.