Description Usage Arguments Value Examples
This function simplifies the call for Pearson's Product-Moment Correlation Coefficient (p.corr) on a given data frame.
1 |
df |
data frame to read in. |
var1 |
the dependent/outcome variable, Y. |
var2 |
the main independent/predictor variable, X. |
This function returns the summary results table for a Pearson's correlation, examining the relationship between var1
from data frame df
, and var2
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.