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:informative
below.model=TRUE
, a logical vector of length equal to the number
of rows in the model frame. This indicates whether an observation
is informative, in the sense that it makes a non-zero contribution
to the log-likelihood. If model=FALSE
, this is NULL.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