powered by
Given a scalar eta, this calculates the cumulant and two derivatives for the Poisson family. Also checks that the data are entered correctly.
eta
poisson.glmm()
The family name, as a string.
The link function (canonical link is required).
The cumulant function.
The first derivative of the cumulant function.
The second derivative of the cumulant function.
A function to check that all data are nonnegative integers.
Christina Knudson
glmm
poisson.glmm()$family.glmm poisson.glmm()$cum(2) poisson.glmm()$cp(2) poisson.glmm()$cpp(2)
Run the code above in your browser using DataLab