One approach for evaluating importance of variables in linear regression is called relative weights. It calculates the percent of each independent variable in contribution to explain the R-square in regression. We provide R code for doing this task.
#statistics
#rprogramming
#rstudio
#variableimportance
#relativeweights
#regression
#rdatacode