m_chi: Quickly measure multiple chi sq tests out of many variables

Description Usage Arguments Value Examples

View source: R/m_chi.R

Description

It takes a vector of numbers referred to the variables you want to check and prints out the chi test values in a data frame.

Usage

1
m_chi(v, data)

Arguments

v

The vector of character variable names or numbers corresponding to the said variables

data

Data frame where the variables are to be calculated.

Value

The DATA FRAME of chisq.test values in every configuration of given set of variables

Examples

1
multi.chis <- m_chi(c("d_age","b_sex"),data)

wolass/anareg documentation built on May 4, 2019, 9:46 a.m.