Shifted Loglogistic as a Custom Distribution Family for brms
Source:R/dist-shifted-loglogistic.R
brms_custom_shifted_loglogistic.RdReturns the custom_family + stanvars pair required to fit a
brms model with a Shifted Loglogistic response distribution. The Stan
code is loaded from inst/stan/shifted_loglogistic.stan via
build_brms_custom_family; post-processing functions
(log_lik, posterior_predict, posterior_epred) are
wired in automatically.
Value
A list with elements custom_family and
stanvars_family ready for use with brms::brm().