poisson.glmm | R Documentation |
Given a scalar eta
, this calculates the cumulant and two derivatives for the Poisson family. Also checks that the data are entered correctly.
poisson.glmm()
family.glmm |
The family name, as a string. |
link |
The link function (canonical link is required). |
cum |
The cumulant function. |
cp |
The first derivative of the cumulant function. |
cpp |
The second derivative of the cumulant function. |
checkData |
A function to check that all data are nonnegative integers. |
This function is to be used by the glmm
command.
Christina Knudson
glmm
poisson.glmm()$family.glmm
poisson.glmm()$cum(2)
poisson.glmm()$cp(2)
poisson.glmm()$cpp(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.