logpoisson.help {glmmAK}R Documentation

Miscellaneous helping functions specific for the cumulative logit model

Description

These functions are not to be called by ordinary users.

These are just sub-parts of other functions to make them more readable for the programmer.

Usage

design.logpoisson(y, x, xb, offset, cluster, intcpt.random=FALSE,
   hierar.center=FALSE, predict=FALSE, nobs)

fit.logpoisson(y, x, offset, epsilon=1e-08, maxit=25, trace=FALSE)

Arguments

y
x
xb
offset
cluster
intcpt.random
hierar.center
predict
nobs
epsilon
maxit
trace

Author(s)

Arnošt Komárek arnost.komarek[AT]mff.cuni.cz

See Also

logpoisson, logpoissonRE.


[Package glmmAK version 1.2 Index]