Learn R Programming

drsmooth (version 1.9.0)

fishers.exact: Fisher's Exact Test

Description

Fisher's Exact Test

Usage

fishers.exact(targetcolumn, alternative, alpha, control, tot.obs, label, data)

Arguments

targetcolumn
Character string, name of response column to be tested.
alternative
Character string(s) specifying the direction of the alternative hypothesis. Must be one or more of "greater", "two.sided", or "less".
alpha
Significance level (numeric) to be used.
control
Level of dose to be used as the control for dichotomous data.
tot.obs
Total number of observations for each dose level for dichotomous data.
label
Output label.
data
Input dataframe.