clogistic(formula, strata, data, subset, na.action, init,
model = TRUE, x = FALSE, y = TRUE, contrasts = NULL,
iter.max=20, eps=1e-6, toler.chol = sqrt(.Machine$double.eps))
contrasts.arg
of
model.matrix.default
eps
.
Must be positive.
eps
.
"clogistic"
. This is a list containing
the following components:The output will also contain the following, for documentation see the
glm
object: terms
, formula
,
call
, contrasts
, xlevels
, and, optionally,
x
, y
, and/or frame
.
glm
data(bdendo)
clogistic(d ~ cest + dur, strata=set, data=bdendo)
Run the code above in your browser using DataLab