print.importance_plot {tornado} | R Documentation |
print data in an importance_plot
Description
print data in an importance_plot
Usage
## S3 method for class 'importance_plot'
print(x, ...)
Arguments
x |
the object to be printed |
... |
further arguments passed to |
Examples
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)
[Package tornado version 0.1.3 Index]