f_poisson | R Documentation |
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())
link |
the name of a link function. Currently the only allowed
link function for the Poisson distribution is |
control |
a list with computational options. These options can
be specified using function |
A family object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.