Description Usage Arguments Value Note Examples
This is a very simple wrapper for stats::chisq.test.
1 | nom_chisqu(x, y = NULL, correct = FALSE)
|
x |
Dependent variable. Alternatively a |
y |
Independent variable |
correct |
Apply correction, passed to |
A numeric
value
The warning message in case of low samples size and possibly incorrect approximation is suppressed silently.
1 | nom_chisqu(ngo$abschalt, ngo$geschl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.