cor_apa: Report Correlation in APA style

Description Usage Arguments Examples

Description

Report Correlation in APA style

Usage

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

Arguments

x

a call to cor.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
cor_apa(cor.test(~ acrophobia + sens_seek, hquest))

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