nom_v
From tadaatoolbox v0.16.0
by Lukas Burk
Cramer's V
Very simple wrapper for DescTools::CramerV.
Usage
nom_v(x, y = NULL)
Arguments
- x
Dependent variable. Alternatively a
table
.- y
Independent variable
Value
numeric
value
Examples
# NOT RUN {
nom_v(ngo$abschalt, ngo$geschl)
# }
Community examples
Looks like there are no examples yet.