Description Usage Arguments Examples
A convenience function to output a list of contingency tables
from a list of chi-square tests, as those created by
batch_chisq.
| 1 2 | chisq_list(x, option = c("observed", "expected", "ratio", "percent"),
  print_option = c("none", "markdown", "pandoc", "latex", "html"))
 | 
| x | A list of chi-squared tests. | 
| option | Allows specifying the type of continency table
to be produced. The options are:
-  | 
| print_option | Allows specifying the output format, using
the  | 
| 1 2 3 4 | b <- batch_chisq(df = testdata, DV = "extortion_victim",
            IV = c("bribe_victim", "size"))
chisq_list(b, option = "ratio", print_option = "pandoc")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.