View source: R/correlation_table.R
correlation_table | R Documentation |
This function allows to calculating all pairwise correlations of a big data set and directly obtaining a CSV table.
correlation_table(
data,
name = "")
data |
a data frame with individual participants in rows and different measures in columns. Only numerical values should be added to this data frame |
name |
name of the correlation comparison to specify the output file. |
Frank E Harrell Jr (2021). Hmisc: Harrell Miscellaneous. R package version 4.6-0. https://CRAN.R-project.org/package=Hmisc
correlation_table(data = dat, name = "LearningMechanisms")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.