cumlogit.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.cumlogit(y, v, x, vb, xb, cluster, intcpt.random=FALSE,
   hierar.center=FALSE, C, predict=FALSE, nobs)

fit.cumlogit(y, v, x, C=1, logit.order=c("decreasing", "increasing"),
   epsilon=1e-08, maxit=25, trace=FALSE)

init00.cumlogit(y, v, x, C, only.intcpt=FALSE,
   logit.order=c("decreasing", "increasing"))

linear.predictors00.cumlogit(coef, v, x, C,
   logit.order=c("decreasing", "increasing"))

prob00.cumlogit(coef, v, x, C,
   logit.order=c("decreasing", "increasing"))

Arguments

y
v
x
vb
xb
cluster
intcpt.random
hierar.center
C
predict
nobs
logit.order
epsilon
maxit
trace
only.intcpt
coef

Value

Some lists.

Author(s)

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

See Also

cumlogit, cumlogitRE.


[Package glmmAK version 1.2 Index]