nom_chisqu: Simple Chi^2

Description Usage Arguments Value Note Examples

View source: R/nom_stats.R

Description

This is a very simple wrapper for stats::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

Note

The warning message in case of low samples size and possibly incorrect approximation is suppressed silently.

Examples

1
nom_chisqu(ngo$abschalt, ngo$geschl)

tadaatoolbox documentation built on July 2, 2020, 2:30 a.m.