CorTable: APA Correlation Table

Description Usage Arguments Value

View source: R/CorTable.R

Description

APA correlation tables are created from data frames using CorTable

Usage

1
2
3
4
CorTable(x, caption = "", notes = "", alpha = 0.05, digits = 2,
  boldSig = TRUE, includeMeanSD = TRUE, includeCaptionNumber = TRUE,
  WidthProportion = 1, use = "pairwise.complete.obs",
  landscape = FALSE)

Arguments

x

A matrix or data frame with numeric values.

caption

Caption for the correlation table. Defaults to "".

notes

Table notes.

alpha

A numeric value to specify the significance level.

digits

Number of digits after the decimal place.

boldSig

Will bold significant correlations.

includeMeanSD

Will include mean and standard deviations.

includeCaptionNumber

Will include a caption number.

WidthProportion

Adjusts the width of the table.

use

Method for dealing with missing values.

landscape

Makes page landscape orientation.

Value

APA correlation table


wjschne/APA6 documentation built on May 4, 2019, 7:34 a.m.