# \donttest{
# Load example GHRmodels object from the package:
model_list_file <- system.file("examples", "model_list.rds", package = "GHRmodel")
model_list <- readRDS(model_list_file)
# Plot models by difference in DIC
plot_gof(mod_gof = model_list$mod_gof,
metric = "dic_vs_first",
ci = TRUE,
var_arrange = "dic",
var_color = "covariate_1",
var_shape = "covariate_2",
palette= "IDE2")
# }
Run the code above in your browser using DataLab