chisq.fisher: Internal test for chi-squared assumption.Fisher (2 by 2). If...

View source: R/epi_functions.R

chisq.fisherR Documentation

Internal test for chi-squared assumption.Fisher (2 by 2). If results = T, it fails

Description

chisq.fisher is an internal function called by contingency and contingency2 that uses the Fisher exact test if results from the assumptions for the chi-squared test fail.

Usage

chisq.fisher(tab)

Arguments

tab

A numeric two by two table.


pubh documentation built on Nov. 14, 2023, 1:08 a.m.