Skip to contents

This function obtains the brms default prior distributions for a particular model, then replaces these prior distributions using:

  1. Model specific prior distributions from epidist_model_prior()

  2. Family specific prior distributions from epidist_family_prior()

  3. User provided prior distributions Each element of this list overwrites previous elements, such that user provided prior distribution have the highest priority.

Usage

epidist_prior(data, family, formula, prior)

Arguments

data

...

family

...

formula

...

prior

...