Learn R Programming

cardx (version 0.1.0)

ard_fishertest: ARD Fisher's Exact Test

Description

Analysis results data for Fisher's Exact Test. Calculated with fisher.test(x = data[[variable]], y = data[[by]], ...)

Usage

ard_fishertest(data, by, variable, ...)

Value

ARD data frame

Arguments

data

(data.frame)
a data frame.

by, variable

(tidy-select)
column names to compare

...

additional arguments passed to fisher.test(...)

Examples

Run this code
cards::ADSL[1:30, ] |>
  ard_fishertest(by = "ARM", variable = "AGEGR1")

Run the code above in your browser using DataLab