chisq_tb: Table of chi-square tests results

Description Usage Arguments Examples

View source: R/chisq_tb.R

Description

Generates a table summarising the results from a list of chisq.test objects.

Usage

1

Arguments

x

A list of chisq.test objects, as the one generated by batch_chisq.

stars

Option to add a column of stars indicating significance using the add_stars function. Can pass a different alpha vector of three thresholds using ....

Examples

1
2
3
b <- batch_chisq(testdata, DV = "extortion_victim",
                  IV = c("bribe_victim", "size"))
chisq_tb(b)

prestevez/victim documentation built on Jan. 30, 2020, 7:16 p.m.