powered by
importance_plot
print data in an importance_plot
# S3 method for importance_plot print(x, ...)
the object to be printed
further arguments passed to print.data.frame
print.data.frame
gtest <- glm(vs ~ wt + disp + gear, data=mtcars, family=binomial(link="logit")) gtestreduced <- glm(vs ~ 1, data=mtcars, family=binomial(link="logit")) g <- importance(gtest, gtestreduced) print(g)
Run the code above in your browser using DataLab