ggpartial: Function to plot partial dependence plots for a...

Description Usage Arguments Value Author(s) See Also

View source: R/random_forest_helpers.R

Description

Function to plot partial dependence plots for a randomForest object.

Usage

1
ggpartial(list_model, df, variable, reorder = TRUE)

Arguments

list_model

A randomForest object.

df

Data frame to predict.

variable

Variable names to predict.

Value

Invisible.

Author(s)

Stuart K. Grange

See Also

randomForest, importance_tidy, ggimportance


skgrange/enlightenr documentation built on May 30, 2019, 1:03 a.m.