plot_missing_by_target: plot_missing_by_target

View source: R/plot_missing_by_target.R

plot_missing_by_targetR Documentation

plot_missing_by_target

Description

plot_missing_by_target

Usage

plot_missing_by_target(
  df,
  eda_var = NULL,
  target_var = NULL,
  reference_var = NULL,
  plot_colors = c(present = "#949398", missing = "#F4DF4E"),
  width = 300,
  height = 450
)

Arguments

df

data frame

eda_var

character

target_var

character name of column for conditional analysis

reference_var

character vector of one or more columns to be used for comparison with eda_var

plot_colors

character vector of plot colors (non-missing values, missing values)

width

numeric width of plot in pixels

height

numeric height of plot in pixels

Value

NULL. Function called for side effect of rendering exploratory data anlysis visualization

Examples

# plot_conditional_distribution()

johnaclouse/eeda documentation built on July 22, 2022, 12:16 a.m.