get_corr_df | R Documentation |
A function return correlation and p value in dataframe formate
get_corr_df(df.x, df.y = NULL, type = NULL)
df.x |
a dataframe, only numeric data will be used |
df.y |
a dataframe, not necessary |
type |
pearson (by defacult) or spearman correlation to be used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.