# NOT RUN {
data(aclp)
library(ggplot2)
mod <- glm(democ ~ log(gdpw) + popg + year, data=aclp, family=binomial)
impCoef(mod, pct=TRUE, names=c("GDP", "Population", "Year")) +
geom_point(size=2) +
labs(x="Importance", y="")
# }
Run the code above in your browser using DataLab