t_apa: Report t-Test in APA style

Description Usage Arguments Examples

Description

Report t-Test in APA style

Usage

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

Arguments

x

a call to t_test

es

character specifying the effect size to report. One of "cohens_d" (default), "hedges_g" or "glass_delta" if x is an independent samples t-test. Ignored if x is a paired samples or one sample t-test (cohen's d is reported for these test).

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
t_apa(t_test(sens_seek ~ group, hquest))

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