Learn R Programming

tornado (version 0.1.3)

print.importance_plot: print data in an importance_plot

Description

print data in an importance_plot

Usage

# S3 method for importance_plot
print(x, ...)

Arguments

x

the object to be printed

...

further arguments passed to print.data.frame

Examples

Run this code
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