Generic function primarily used with wrappers targeting types of values changed between two models.
xset_waterfall(
xpdb_s,
...,
.inorder = FALSE,
type = "bh",
.cols = NULL,
max_nind = 0.7,
scale_diff = TRUE,
show_n = TRUE,
title = NULL,
subtitle = NULL,
caption = NULL,
tag = NULL,
plot_name = "waterfall",
opt,
facets = NULL,
facet_scales = "free_x",
.problem,
.subprob,
.method,
quiet
)
The desired plot
<xpose_set
> object
See <two_set_dots
>
See <two_set_dots
>
See Details.
<tidyselect
> data columns to plot.
If less than 1, the percentile of absolute change values above which to plot. If above 1, the absolute number of subjects is included. To show all, use an extreme positive number like 9999.
<logical
> Scale change to the standard deviation
of the model 1 column values. Respects faceting.
<logical
> For faceting variables, show N per facet.
Not implemented
Plot title
Plot subtitle
Plot caption
Plot tag
Metadata name of plot
User-specified data options. Only some of these will be used.
<character
> Faceting variables
<character
> Forwarded to facet_*(scales = facet_scales)
The problem to be used, by default returns the last one.
The subproblem to be used, by default returns the last one.
The estimation method to be used, by default returns the last one.
Silence extra debugging output
For type-based customization of plots:
b
bar plot (from geom_bar
)
h
hline at 0 (from geom_hline
)
t
text of change value (from geom_text
)