plotimp.logistic: A function to create a plot after varimp.logistic()

Description Usage Arguments Value Examples

View source: R/importance.R

Description

This function takes the dataframe created by varimp.logistic() and returns a plot. It will also pass on the dataset, so it can be used in the middle or the end of a pipe.

Usage

1

Arguments

.data

a dataframe created by varimp.logistic() (can be piped)

Value

a plot and the unmodified dataframe created by varimp.logistic()

Examples

1
varimp.logistic(modelFit) %>% filter(var_imp > 1) %>% plotimp.logistic()

fzettelmeyer/mktg482 documentation built on May 26, 2020, 2:26 p.m.