f_poisson {mcmcsae}R Documentation

Specify a Poisson sampling distribution

Description

This function can be used in the family argument of create_sampler or generate_data to specify a Poisson sampling distribution.

Usage

f_poisson(link = "log", control = poisson_control())

Arguments

link

the name of a link function. Currently the only allowed link function for the Poisson distribution is "log".

control

a list with computational options. These options can be specified using function poisson_control.

Value

A family object.


[Package mcmcsae version 0.7.9 Index]