my.chisq.test: a faster version of chisq.test.

Description Usage Arguments Details Value Examples

View source: R/ThreeFunctions.R

Description

Make a faster version of chisq.test that only computes the chi-square test statistic when the input is two numeric vectors with no missing values.

Usage

1

Arguments

x

one of the interger vectors of inputs

y

one of the interger vectors of inputs

Details

the second function

Value

a estimate value of the CDF of the beta(a,b)

Examples

1
2
3
4
5
## Not run: 
t <- my.chisq.test(C(1,2,3)),c(4,3,5))
t

## End(Not run)

cssUSTC/StatComp18017 documentation built on May 5, 2019, 11:06 p.m.