Description Usage Arguments Value Examples
Plot data with cut points for segments and smoothed model overlaid on observations.
1 | plot_splits(cors_mods, ..., show_points = TRUE)
|
cors_mods |
List of lists of |
... |
Column names of variables of interest (unquoted), or a tidy selection specification (see: https://dplyr.tidyverse.org/reference/select.html). Only specify for those results you wish to plot. |
show_points |
Logical. Default is |
Plots of smoothing functions and splits between segments of
observations on observations for each variable specified in ...
(on x
axis, .target
variable will be on y). Red line is smoothed fit Blue lines
are minima / maxima of smoothed fit / breakpoints in segments. Grey points
are observations (assuming show_points = TRUE
). Labels are cor values for
each segment.
1 | # See README
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.