the maximum number of step-halvings in one iteration. The increment of the beta vector within one iteration is
divided by 2 if the new beta leads to a decrease in log likelihood.
maxstep
specifies the maximum step size in the beta vector within one iteration.
lconv
specifies the convergence criterion for the log likelihood.
gconv
specifies the convergence criterion for the first derivative of the log likelihood (the score vector).
xconv
specifies the convergence criterion for the parameter estimates.
Value
maxitthe maximum number of iterations
maxhsthe maximum number of step-halvings in one iteration. The increment of the beta vector within one iteration is
divided by 2 if the new beta leads to a decrease in log likelihood.
maxstepspecifies the maximum step size in the beta vector within one iteration.
lconvspecifies the convergence criterion for the log likelihood.
gconvspecifies the convergence criterion for the first derivative of the log likelihood (the score vector).
xconvspecifies the convergence criterion for the parameter estimates.
Details
logistf.control() is used by logistf and logistftest to set control parameters to default values.
Different values can be specified, e. g., by logistf(...,control=logistf.control(maxstep=1)).