Add LOOIC Comparision for a Model Without the Effect of the Change in Policy

add_looic_com_to_no_policy_change(model, reloo = TRUE, cores = 1)

Arguments

model

A model object as produced by best_fit_model

reloo

Logical, defaults to TRUE. Should problematic observations be refit.

cores

Numeric, defaults to 1. The number of cores to use.

Value

A list containing the fitted model object and a tibble containing the comparision LOOIC scores and standard error

Examples