- Fixed memory bug with large data sets in
flic()
(#45). - Added support for
emmeans
:emmeans::emmeans()
now works withlogistf
objects (#51).
- Added a
NEWS.md
file to track changes to the package. - Added
terms()
to extract terms objects from logistf, flic and flac objects (#32). logistf()
now issues warnings in case of non-convergence.logistf()
more carefully checks its response argument to ensure that they're specified correctly.logistf()
has gained one new control parameter,modcontrol
, that controls additional parameters for fitting, e.g. degree of penalization in the fitting process. Default islogistf.mod.control()
.- Fixed a bug in
backward()
whendata
is called data (#34) and when function is called with factors as covariates (#34). - Updated
predict()
function for easier handling. logistf()
,flic()
andflac()
are now compatible withtermplot()
because of the added prediction typeterms
inpredict.logistf()
,predict.flic()
andpredict.flac()
.- Added a new fitting method: Iteratively reweighted least squares (IRLS).
- Added
na.action
option tologistf()
andpredict.logistf()
. - Updated
flic()
andflac()
to be called with interactions in formula.