test_cor | R Documentation |
Calculate correlations and p-values between columns.
test_cor(
x,
y = NULL,
method = "pearson",
use = "everything",
p_adj_method = "none"
)
x |
Matrix or data frame with columns to correlate. |
y |
Matrix or data frame, if provided will be correlated with x. |
method |
Passed to |
use |
Passed to |
p_adj_method |
P-value adjustment method, passed to |
Data frame in long format with correlation values and nominal and adjusted p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.