This function can be used in the family
argument of create_sampler
or generate_data
to specify a Poisson sampling distribution.
f_poisson(link = "log", control = poisson_control())
A family object.
the name of a link function. Currently the only allowed
link function for the Poisson distribution is "log"
.
a list with computational options. These options can
be specified using function poisson_control
.