powered by
Ridge regression tables in the range of given lower and upper bounds of k values
vif_k(x, y, a, b)
A list of lists
Explanatory variables (Dataframe, matrix)
Dependent variables (Dataframe, vector)
Lower bound of k
Upper bound of k
library("mctest") x <- Hald[,-1] y <- Hald[,1] vif_k(x,y,a=0,b=1) library(isdals) data(bodyfat) x <- bodyfat[,-1] y <- bodyfat[,1] vif_k(x,y,a=0,b=1)
Run the code above in your browser using DataLab