View source: R/calc_critical_r.R
correlation_summary | R Documentation |
Function to calculate correlation coefficients and tidy output
correlation_summary(
df,
x = "x",
y = "y",
method = "pearson",
conf_level = 0.95
)
df |
Data frame containing model variables |
x |
x-component for model |
y |
y-component for model |
method |
a character string indicating which correlation coefficient is to be used for the test. One of "pearson", "kendall", or "spearman". |
conf_level |
confidence level for the returned confidence interval |
Tibble
Shona Wilde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.