View source: R/explore_mod_II.R
explore_mod_ll | R Documentation |
make_mod_res
after make_ll_model
General workflow is make the model (make_ll_model
), make the model results
(make_mod_res
) then explore results (explore_mod_ll
). Might work for
other rstanarm models? Not sure anymore.
explore_mod_ll(
model_results,
plot_title = NULL,
max_levels = 15,
recent = as.numeric(format(Sys.Date(), "%Y")) - 2,
limit_preds = TRUE,
plot_draws = 500,
diff_direction = c("positive", "negative"),
diff_category = NULL,
facet_col = cat_col,
dot_col = cov_col,
do_gc = TRUE
)
model_results |
List. results from |
plot_title |
Character. Title used on all plots. |
diff_category |
Character name of column in original data to condition
on. If left as |
dot_col |
Character name of column in original data to colour the
original data points by in model results plots. Default is the secondary |
do_gc |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.