Description Usage Arguments Value Note See Also Examples
View source: R/tadaa_assumptions.R
A thin wrapper around car::leveneTest with some formatting done.
1 2 3 4 5 6 | tadaa_levene(
data,
formula,
center = "median",
print = c("df", "console", "html", "markdown")
)
|
data |
Data for the test |
formula |
Formula specifiyng groups, passed to |
center |
Method to use, either |
print |
Print method, default |
A data.frame by default, otherwise dust object, depending on print.
The case of center = "median" is technically called Brown–Forsythe test,
so if that's selected the header for non-df returns will reflect that.
Other Tadaa-functions:
tadaa_aov(),
tadaa_chisq(),
tadaa_kruskal(),
tadaa_nom(),
tadaa_one_sample(),
tadaa_ord(),
tadaa_pairwise_tukey(),
tadaa_pairwise_t(),
tadaa_t.test(),
tadaa_wilcoxon()
1 2 | tadaa_levene(ngo, deutsch ~ jahrgang, print = "console")
tadaa_levene(ngo, deutsch ~ jahrgang * geschl, print = "console")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.