| NEWS | R Documentation | 
News for Package ‘smof’
Changes in smof version 1.2.2 (2024-12-10)
- The new - smofargument- opt.methodis introduced from which a wider choice of numerical optimizers is made available, that is, three optimizers from the base package are accessibile. In addition, if the package nloptr is installed on the local system, various additional algorithms are made available.
- When the transformations are computed using quantiles of distribution, the final values of the scores are now mapped to the interval - (1,K), if- Kis the number of levels of a given facrtor. The reasons of this choice are explained in the ‘Details’ section of the- smofdocumentation page.
- Generally improved and more detailed documentation. 
Changes in smof version 1.2.1 (2024-10-30)
- Objects of class - gnmare now handled.
- Methods - coefand- anovaare introduced for class- smof.
- The - smofargument- traceis replaced by the more flexible argument- verbose.
- New - smofargument- f.tailallows to select the suffix being appended to the names the- factorscomponents.
- Fixed a bug in the parsing of the object formula which caused problems when some factor has a name which is portion of another factor name. 
- Fixed a bug in - smof_refitaffecting the retrival of the work parameters estimated by a previous call to- smof.
Changes in smof version 1.2.0 (2024-09-17)
- A variant method for assigning numeric scores is introduced, based on a monotonic spline instead of the quantile function of a distribution. 
- An implication of the new variant method is that - smofargument- scoringhad to redesigned.
- The new function - smof_refitis introduced.
- Additional arguments of - smofare introduced:- originaland- opt.control.
- Fixed a bug in - predict.smofwhich affected the case with multiple factors.
Changes in smof version 1.1.0 (2024-03-04)
- The object returned by - smofnow includes additional components and is assigned to class- smof.
- Various methods are introduced for class - smof:- print, summary, plot, predict.
- Fixed a bug which prevented the use of option - fast.fit=TRUEwhen- family=binomial(..)and the response was of binary type.
Initial smof version 1.0.0 (2023-11-21)
- First public version of the package and upload to CRAN, with only one exported function, namely - smof.
- Scoring of factors are produced from suitably chosen quantiles of distributions among the families - "gh", "SU", "sinh-arcsinh"or their equivalente names.
- Admissible classes of fitted models are - "lm", "mlm", "glm", "survreg", "coxph.penal", "coxph".