Usage
glmmML.fit(X, Y, start.coef = NULL, start.sigma = NULL, mixed = TRUE,
cluster = NULL, offset = rep(0, nobs), family = binomial(), n.points =
16, control = list(epsilon = 1.e-8, maxit = 200, trace = FALSE), method,
intercept = TRUE, boot = 0)
Arguments
X
Design matrix of covariates
start.coef
Starting values for the coefficients.
start.sigma
Starting value for the mixing standard deviation.
mixed
Logical. If FALSE, an ordinary glm is fitted.
cluster
The clustring variable.
offset
The offset in the model.
family
Family of distributions. Defaults to binomial with logit
link. Other possibilities are binomial with cloglog link and poisson
with log link.
n.points
Number of points in the Gauss-hermite quadrature.
method
Which optimizer? Only choice is "vmmin".
intercept
Logical. If TRUE, an intercept is fitted.
boot
Integer. If > 0, bootstrapping with boot replicates.