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 (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()