my.chisq.test: Internal mytable functions

View source: R/mytable.R

my.chisq.testR Documentation

Internal mytable functions

Description

Internal mytable functions These are not to be called by the user

Usage

my.chisq.test(x, y, mydata, catMethod = 2)

Arguments

x

a vector

y

a vector

mydata

A data.frame

catMethod

An integer indicating methods for categorical variables. Possible values in methods are

0

Perform chisq.test first. If warning present, perform fisher test

1

Perform chisq.test without continuity correction

2

Perform chisq.test with continuity correction

3

perform fisher.test

4

perform prop.trend test

Default value is 2.


cardiomoon/moonBook documentation built on Jan. 3, 2024, 8:15 p.m.