note_cor_test | R Documentation |
Performs a correlation test and appends a note about it.
note_cor_test(notes = NULL, df, x, y, alpha = 0.05, ...)
notes |
The notes. |
df |
A data frame. |
x |
The column name for the x variable. |
y |
The column name for the y variable. |
alpha |
The alpha level for the correlation test. |
... |
Additional args for stats::cor.test(). |
The notes, with a correlation test note appended.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.