print.importance_plot: print data in an 'importance_plot'

View source: R/print_importance_plot.R

print.importance_plotR 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 print.data.frame

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)

bertcarnell/tornado documentation built on Aug. 6, 2024, 10:17 p.m.