Description Usage Arguments Examples
Calculate measures of collinearity
1 | collinearity(formula, data, format = c("SeIF", "degrees", "radians", "VIF"))
|
formula |
a formula giving, on the right-hand side, the explanatory variables to be considered. Iteractions, etc. may also be specified. |
data |
a data frame from which to draw the variables in the formula |
format |
choice of |
1 2 | collinearity( ~ cyl * disp * hp, data = mtcars)
collinearity( ~ cyl * disp * hp, data = mtcars, format = "degrees")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.