logistf.control(maxit = 25, maxhs = 5, maxstep = 5, lconv = 1e-05, gconv = 1e-05,
xconv = 1e-05, collapse=TRUE)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)).data(sexagg)
fit2<-logistf(case ~ age+oc+vic+vicl+vis+dia, data=sexagg, weights=COUNT,
control=logistf.control(maxstep=1))
summary(fit2)Run the code above in your browser using DataLab