NEWS | R Documentation |
News for Package ‘smof’
Changes in smof version 1.2.0 (2024-09-17)
A variant method for assigning numeric scores is introduced, based on monotonic splines.
An implication of the new variant method is that one argument of the function
smof
had to redesigned.New function
smof_refit
is introduced.Additional arguments of
smof
have been introduced.Fixed a bug in
predict.smof
which affected the case with multiple factors.
Changes in smof version 1.1.0 (2024-03-04)
The object returned by
smof
has now more components and is assigned classsmof
.Various methods for class
smof
are introduced.Fixed a bug which prevented the use of option
fast.fit=TRUE
whenfamily=binomial(..)
and the response was of binary type.
Initial smof version 1.0 (2023-11-21)
First public version of the package and upload to CRAN, with only one exported function, namely
smof
.