Description Usage Arguments Author(s) References See Also Examples
This function will plot the expected vs. observed frequencies from a Chi Square Test and plot them in Barplots.
1 | chisq.plot(list = NULL, v1 = NULL, v2 = NULL, standardize = F, sqrt.y = F)
|
list |
A table containing the variables. If not included, user can include raw data as v1 or v2 |
v1 |
The first variable (must be a factor) |
v2 |
The second variable (also must be a factor) |
standardize |
Logical. Should the results be reported in proportions? (Rather than counts) |
Dustin Fife
Agresti, A. (2007) An Introduction to Categorical Data Analysis, 2nd ed., New York: John Wiley & Sons. Page 38.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.