Skip to contents

The models for rates, probabilities, or means created with functions mod_pois(), mod_binom(), and mod_norm() can be extended by adding data models, also referred to as measurement error models.

Details

FunctionAssumptions about measurement errorPoissonBinomialNormal
set_datamod_miscount()Reported outcome has undercount and overcountYesNoNo
set_datamod_undercount()Reported outcome has undercountYesYesNo
set_datamod_overcount()Reported outcome has overcountYesNoNo
set_datamod_noise()Reported outcome unbiased, but with positive and negative measurement errorsYes*NoYes
set_datamod_exposure()Reported exposure unbiased, but with positive and negative measurement errorsYes*NoNo

*Models with no dispersion term for rates.