Description Usage Arguments Examples
'eda' automates exploring relationships in your dataset. Finds the strength of the relationship between all pairwise combinations of variables so you can quickly find what matters in your data. 'eda' results a dataframe (or plot) with each pairwise combination of variables, a test statistic, and p-value calculated by redinglib::permute_tau, redinglib::permute_icc, or 'cor.test'. NAs are removed.
1 |
x |
A dataframe, or something that can be coserced to a data frame. |
n |
Number of permutations to use to calcualte a p-value for tau and the ICC. Default is 99 for speed. |
plot |
Return a plot instead of a dataframe? Defaults to FALSE. |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.