correlRatio | R Documentation |
correlRatio
computes the correlation ratio between
a quantitative variable and a qualitative variable
correlRatio(X, y)
X |
a vector containing the quantitative variable. |
y |
a vector containing the qualitative variable (e.g. a factor). |
The value of the correlation ratio
Bertrand Iooss
L. Clouvel, B. Iooss, V. Chabridon, M. Il Idrissi and F. Robin, 2024, An overview of variance-based importance measures in the linear regression context: comparative analyses and numerical tests, Preprint. https://hal.science/hal-04102053
x <- runif(100)
y <- round(x)
correlRatio(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.