View source: R/print_importance_plot.R
print.importance_plot | R Documentation |
importance_plot
print data in an importance_plot
## S3 method for class 'importance_plot'
print(x, ...)
x |
the object to be printed |
... |
further arguments passed to |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.