chi.perc: Chi Square and Percentages (Test of Equal or Given...

Description Usage Arguments Examples

View source: R/chi.perc.R

Description

It gives a chi-squared contingency table with APA style report

Usage

1
chi.perc(measure, group)

Arguments

measure

a factorial vector.

group

a factor with two levels giving the corresponding groups

Examples

1
chi.perc(measure = mtcars$am, group = mtcars$vs)

alemiani/explora documentation built on May 28, 2019, 4:54 p.m.