report_fisher: Report function for Fisher's Exact Tests for Count Data

Description Usage Arguments Examples

View source: R/report_fisher.R

Description

Function to report Fisher's Exact Tests for Count Data in APA style.

Usage

1
report_fisher(identifier, results = getOption("tidystats_list"))

Arguments

identifier

A character string identifying the model.

results

A tidystats list.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Read in a list of results
results <- read_stats(system.file("results.csv", package = "tidystats"))

# Set the default tidystats list in options()
options(tidystats_list = results)

# Report results
report(identifier = "fisher_test")
report(identifier = "fisher_test_hybrid")
report(identifier = "fisher_test_simulated_p")

WillemSleegers/tidystats-v0.3 documentation built on Aug. 12, 2019, 5:31 p.m.