nom_chisqu: Simple Chi^2

Description Usage Arguments Value Examples

Description

This is a very simple wrapper for chisq.test.

Usage

1
nom_chisqu(x, y = NULL, correct = FALSE)

Arguments

x

Dependent variable. Alternatively a table.

y

Independent variable

correct

Apply correction, passed to chisq.test.

Value

A numeric value

Examples

1
nom_chisqu(ngo$abschalt, ngo$geschl)

jemus42/qmtut documentation built on May 19, 2019, 4:03 a.m.