Description Usage Arguments Examples
A wrapper for chisq_wrap
to enable batch processing
of Chi-square tests of association between one DV and a vector of
at least 1 IV.
1 | batch_chisq(df, DV, IV, ...)
|
df |
The data frame that contains the |
DV |
A column name containing a factor variable, will be the columns of the chi-sq contingecy tables. |
IV |
A vector of column names of |
... |
pases options to the child functions, e.g. the number of
replicates to use in simulation |
1 2 | batch_chisq(df = testdata, DV = "extortion_victim",
IV = c("bribe_victim", "size"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.