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 May 29, 2024, 3:13 a.m.