NEWS | R Documentation |
News for Package impimp
Changes in impimp version 0.3.0 (2018-11-26)
New features
New argument
matchvars
inimpimp()
allowing customization of matching variables (Paul Fink).Adding of NEWS file
Internal changes
Refactoring functions enabling translation from
sprintf(gettext())
togettextf()
(Paul Fink).
Changes in impimp version 0.3.1 (2019-02-03)
New features
-
impimp()
returns names of variables which are imputed as an attribute (Paul Fink). -
impimp_event()
has a new argumentisEventList
allowing to supply events now also programmatically as list input (Paul Fink).
Changes
-
rbindimpimp
stores variables containing imputed values ascharacter
(Paul Fink). -
rbindimpimp
returns the names of the variables which contain imputed values as an attribute (Paul Fink).
Bug Fix
The internal levels guessing algorithm used by
impimp
is able to cope with factor variables (Paul Fink).