Description Usage Arguments Examples
Generates a correlation table with significance stars.
1 2 |
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. |
1 2 | x <- data.frame(replicate(5, rnorm(5)))
cor_table(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.