Description Usage Arguments Value Examples
Computes biometrical parameters
1 | compute_corr(data, var1, var2)
|
data |
input data set |
var1 |
name of variable1 (unquoted) |
var2 |
name of variable2 (unquoted) |
A tibble with the Pearson correlation and p-value
1 | compute_corr(data = faithful, var1 = eruptions, var2 = waiting)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.