Skip to contents

Extract samples of the delay distribution parameters

Usage

predict_delay_parameters(fit, newdata = NULL, ...)

predict_dpar(fit, newdata = NULL, ...)

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 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.

...

Additional arguments passed to brms::prepare_predictions()