calc.chisq: Calculate chi-square value of an array or matrix

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Calculate chi-square value of an array or matrix

Usage

1

Arguments

A

an array or matrix

Value

The chi-square value of the table

Examples

1
2
3
r <- c(2,3,4)
A <- array(1:prod(r),r)
calc.chisq(A)

ryamada22/mwaytable documentation built on May 28, 2019, 10:44 a.m.