coxaalen
.
coxaalen.control(eps = 1e-07, eps.norm = c("max", "grad"), iter.max = 5000, armijo = 1/3, var.coef = TRUE, coef.typ = 1, coef.max = 10, trace = FALSE, thread.max = 1, data = FALSE)
eps.norm = "max"
) or the absolute
inner product between the current value and the score
(eps.norm = "grad"
).
coxaalen
will eventually exit, even when the
convergence criteria is not met. A warning is issued whenever the
estimation routine has stopped before converging on a final
parameter value.
coef.typ
arguments
tune variance estimation via the curvature in the profile
log-likelihood.
coxaalen
should contain an element data
that
gives the maximal intersections and the model matrix split into
multiplicative and additive terms.
Armijo, L. (1966) Minimization of functions having Lipschitz continuous first partial derivatives. Pacific Journal of Mathematics 16, 1--3.
coxaalen
if (is.loaded("coxaalen", "coxinterval"))
coxaalen(Surv(left, right, type = "interval2") ~ prop(treat),
data = cosmesis, control = coxaalen.control(iter.max = 2,
trace = TRUE))
Run the code above in your browser using DataLab