View source: R/model-validation.R
bp_launch_shinystan | R Documentation |
Launch shinystan an interactive tool for stan model evaluation
bp_launch_shinystan(fit)
fit |
List of output as returned by |
Functions to explore and validate models
fv_score_forecast()
,
plot_pairs()
obs <- filter_by_availability(
germany_covid19_delta_obs,
date = as.Date("2021-06-12")
)
dt <- fv_as_data_list(obs)
inits <- fv_inits(dt)
fit <- fv_sample(dt, init = inits, adapt_delta = 0.99, max_treedepth = 15)
bp_launch_shinystan(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.