| cumlogit.help {glmmAK} | R Documentation |
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.
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"))
y |
|
v |
|
x |
|
vb |
|
xb |
|
cluster |
|
intcpt.random |
|
hierar.center |
|
C |
|
predict |
|
nobs |
|
logit.order |
|
epsilon |
|
maxit |
|
trace |
|
only.intcpt |
|
coef |
Some lists.
Arnošt Komárek arnost.komarek[AT]mff.cuni.cz