cor_table: Correlation Table with Significance Stars

Description Usage Arguments Examples

Description

Generates a correlation table with significance stars.

Usage

1
2
cor_table(x, method = c("pearson", "spearman"), removeTriangle = c("upper",
  "lower"), result = c("none", "html", "latex"))

Arguments

x

is a data frame containing the data.

method

: correlation method. "pearson"" or "spearman"" is supported.

removeTriangle

: remove upper or lower triangle.

result

: if "html" or "latex" the results will be displayed in html or latex format.

Examples

1
2

jonathanbart/baxtr documentation built on May 23, 2019, 4:04 a.m.