Skip to contents

This function is used within epidist() to create a model specific custom brms family object. This object is passed to brms. It is unlikely that as a user you will need this function, but we export it nonetheless to be transparent about what exactly is happening inside of a call to epidist().

Usage

epidist_family(data, ...)

Arguments

data

A data.frame to be used for modelling.

...

Additional arguments passed to method.

See also