| plot_WOE {wpa} | R Documentation |
Plot WOE graphs with an IV object
Description
Internal function within create_IV() that plots WOE graphs using an IV
object. Can also be used for plotting individual WOE graphs.
Usage
plot_WOE(IV, predictor)
Arguments
IV |
IV object created with 'Information'. |
predictor |
String with the name of the predictor variable. |
Value
'ggplot' object. Bar plot with 'WOE' as the y-axis and bins of the predictor variable as the horizontal axis.
See Also
Other Support:
camel_clean(),
check_inputs(),
combine_signals(),
cut_hour(),
extract_date_range(),
extract_hr(),
heat_colours(),
is_date_format(),
maxmin(),
p_test(),
pairwise_count(),
read_preamble(),
rgb2hex(),
totals_bind(),
totals_col(),
totals_reorder(),
tstamp(),
us_to_space(),
wrap()
Other Variable Association:
IV_by_period(),
IV_report(),
create_IV()
Other Information Value:
IV_by_period(),
IV_report(),
create_IV()