vimp: Predictor relative importance

Description Usage Examples

View source: R/vimp.R

Description

This function visually displays the importance of predictors in a regression model based on the magnitude of the completely standardised coefficients.

Usage

1
vimp(regmod)

Examples

1
2
mymodel <- lm(qsec ~ disp + mpg + hp + wt, data=mtcars)
vimp(mymodel)

mmoglu/vimp documentation built on June 4, 2021, 9:45 a.m.