View source: R/plot_conditional_distribution_by_category.R
plot_conditional_distribution_by_category | R Documentation |
plot_conditional_distribution_by_category
plot_conditional_distribution_by_category( df, eda_var, target_var, reference_var, width = 250, height = 450 )
df |
data frame |
eda_var |
character |
target_var |
character name of column for conditional analysis |
reference_var |
character vector with the names of reference columns for conditional plotting |
width |
numeric width of plot in pixels |
height |
numeric height of plot in pixels |
NULL. Function called for side effect of rendering exploratory data anlysis visualization
# plot_conditional_distribution_by_category(df = eeda::eeda_test_data[1:2000,], # eda_var = names(eeda::eeda_test_data)[24], # eda_var = names(eeda::eeda_test_data)[8], # target_var = "target", # reference_var = "key_age")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.