chisq_test: A function to compute the chi-square test statistic when the...

Description Usage Arguments Value Examples

Description

A function to compute the chi-square test statistic when the input is two numeric vectors

Usage

1
chisq_test(x, y)

Arguments

x

the first input vector

y

the second input vector

Value

the chi-square test statistic

Examples

1
2
3
4
## Not run: 
rnR <-chisq_test(c(3,8,4,9),c(6,9,3,5))

## End(Not run)

fjv587/StatComp18082 documentation built on May 29, 2019, 8:34 a.m.