chisq_apa: Report Chi-squared test in APA style

Description Usage Arguments Examples

Description

Report Chi-squared test in APA style

Usage

1
2
chisq_apa(x, print_n = FALSE, format = c("text", "markdown", "rmarkdown",
  "html", "latex", "docx", "plotmath"), info = FALSE, print = TRUE)

Arguments

x

a call to chisq.test

print_n

logical indicating whether to show sample size in text

format

character string specifying the output format. One of "text", "markdown", "rmarkdown", html, "latex", "docx" or "plotmath".

info

logical indicating whether to print a message on the used test (default is FALSE)

print

logical indicating wheter to print the formatted output via cat (TRUE, default) or return as character string.

Examples

1

dgromer/psymisc documentation built on May 15, 2019, 7:22 a.m.