Extract samples of the delay distribution parameters
Source:R/postprocess.R
predict_delay_parameters.Rd
Extract samples of the delay distribution parameters
Arguments
- fit
A model fit with
epidist()
- newdata
An optional data.frame for which to evaluate predictions. If
NULL
(default), the original data of the model is used.NA
values within factors (excluding grouping variables) are interpreted as if all dummy variables of this factor are zero. This allows, for instance, to make predictions of the grand mean when using sum coding.NA
values within grouping variables are treated as a new level.- ...
Additional arguments passed to
brms::prepare_predictions()
See also
Other postprocess:
add_mean_sd()
,
add_mean_sd.default()
,
add_mean_sd.gamma_samples()
,
add_mean_sd.lognormal_samples()