Description Usage Arguments Value Examples
categorical variables are encoded to integers. (this is a big assumption) Pearson's correlation is used.
1 | util.corr.compute(data, fnames)
|
data |
input data.frame |
fnames |
variables to perform correlation computation |
data.frame
1 | util.corr.compute(mtcars, c('am','gear','mpg'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.