Skip to contents

Manually specified priors are passed to Stan unchanged and so are not checked here.

Usage

.warn_unmatched_prior(prior, known)

Arguments

prior

One or more brmsprior objects created by brms::set_prior() or related functions. These priors are passed to epidist_prior() in the prior argument. Some models have default priors that are automatically added (see epidist_model_prior()). These can be merged with user-provided priors using the merge_priors argument.

known

One or more prior distributions in the class brmsprior covering the parameters of the model.

Value

NULL, invisibly, called for the warning it may raise.