cor_table: APA style correlation table

Description Usage Arguments Value Examples

View source: R/f.cor_table.R

Description

APA style correlation table

Usage

1
2
3
4
5
6
7
8
cor_table(
  data,
  filename = NA,
  table.number = NA,
  show.conf.interval = TRUE,
  show.sig.stars = TRUE,
  landscape = TRUE
)

Arguments

data

Project data frame

filename

(optional) Output filename document filename (must end in .rtf or .doc only)

table.number

Integer to use in table number output line

show.conf.interval

(TRUE/FALSE) Display confidence intervals in table. This argument is deprecated and will be removed from later versions.

show.sig.stars

(TRUE/FALSE) Display stars for significance in table.

landscape

(TRUE/FALSE) Make RTF file landscape

Value

APA table object

Examples

1
#forked from https://github.com/dstanley4/apaTables/

awmeade/psymetlab documentation built on Nov. 21, 2020, 11:39 p.m.