Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

calc_chi2

Vectorized computation of chi^2 statistic for a 2x2 crosstab containing the values [a, b] [c, d]


Description

Vectorized computation of chi^2 statistic for a 2x2 crosstab containing the values [a, b] [c, d]

Usage

calc_chi2(a, b, c, d, correct = T, cochrans_criteria = F)

Arguments

a

topleft value of the table

b

topright value

c

bottomleft value

d

bottomright value

correct

if TRUE, use yates correction. Can be a vector of length a (i.e. the number of tables)

cochrans_criteria

if TRUE, check if cochrans_criteria indicate that a correction should be used. This overrides the correct parameter


corpustools

Managing, Querying and Analyzing Tokenized Text

v0.4.10
GPL-3
Authors
Kasper Welbers and Wouter van Atteveldt
Initial release
2022-05-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.