ezr.plot_facet_numericals: Facet Plot Numericals

Description Usage Arguments Value Examples

Description

Facet plot numerical values in a dataframe by a group - typically your target, but can be any categorical value. Avoid extremely large number of plots

Usage

1
2
ezr.plot_facet_numericals(dataset, variables_to_plot = names(dataset),
  type = "box", grouping_value, sample_frac = 1)

Arguments

dataset

Dataframe

variables_to_plot

vector of numerical columns. Only plotting of numericals is allowed

type

'box' or 'density'. Box is default

grouping_value

The grouping value. Normally this is the binary 0/1 target

Value

a plot

Examples

1
ezr.plot_facet_numericals(dataset = mtcars, grouping_value = 'vs')

jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.