plot_paths | R Documentation |
\epsilon
-telescope coefficient pathsThis function plots the standardized coefficient values with respect
to the \epsilon
-telescope for the location (and dispersion) components.
plot_paths(
obj,
log_scale_x = TRUE,
log_scale_x_pretty = TRUE,
facet_scales = "fixed"
)
obj |
An object of class “ |
log_scale_x |
Default is |
log_scale_x_pretty |
Default is |
facet_scales |
Default is |
A plot of the standardized coefficient values through the \epsilon
-telescope.
Meadhbh O'Neill
# Sniffer Data --------------------
# MPR Model ----
results <- smoothic(
formula = y ~ .,
data = sniffer,
family = "normal",
model = "mpr"
)
plot_paths(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.