NEWS.md
forward()
and backward()
now require the dataset as an argument.forward()
and backward()
to select among factor variables is no longer supported.flic()
(#45).emmeans
: emmeans::emmeans()
now works with logistf
objects (#51).NEWS.md
file to track changes to the package.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 is logistf.mod.control()
.backward()
when data
is called data (#34) and when function is called with factors as covariates (#34).predict()
function for easier handling.logistf()
, flic()
and flac()
are now compatible with termplot()
because of the added prediction type terms
in predict.logistf()
, predict.flic()
and predict.flac()
.na.action
option to logistf()
and predict.logistf()
.flic()
and flac()
to be called with interactions in formula.