Skip to contents

The latent and naive models call the Stan density in the order brms declares the parameters. The marginal and meta models pass pcd_param, the Stacy form primarycensored takes.

Usage

# S3 method for class 'gengamma'
epidist_family_param(family, ...)

Arguments

family

A description of the response distribution and link function to be used in the model. Every family function has a link argument allowing users to specify the link function to be applied on the response variable. If not specified, default links are used. For details of all supported families see brms::brmsfamily(). Commonly used, such as brms::lognormal(), are also reexported as part of epidist.

...

Additional arguments passed to fn method.

Value

The family with param and pcd_param elements.