R package to display the importance of predictors in a regression model
To be able to install the rvimp package, you need to type in the following commands in order in R.
install.packages("devtools") #installs the devtools package
install_github("mmoglu/rvimp") #installs the rvimp package