Changelog
Source:NEWS.md
version 3.0.9000 (dev)
- fix bug happening when providing a single Y variable to
sglrTheme
(issue #1) - allow to provide folds for cross validation defined by user (issue #2)
- individual beta and gamma for themes were not properly computed (issue #5)
- improve evaluation of linear predictors in
theme
function (issue #8) - remove dependency on
expm
package (issue #10) - error message for lack of convergence were improved and
scglrCrossVal
no longer stops when a fold does not converge (issue #12) - add a plot for
scglrCrossVal
- fix contrasts error in
scglrTheme
(issue #20) - fix some URL in docs
- move from
plsdepot::plsreg2
topls::plsr
to initialize mixed model components (issue #22)
Deprecations
- parameter
nfolds
ofscglrCrossVal
as been renamed tofolds
and now accepts also vectors. For now a warning is issued and provided value is used but update your code as it will be removed in a next version. - parameter
mc.cores
ofscglrCrossVal
is now deprecated as of the move tofuture
framework for parallelization.
version 3.0
CRAN release: 2018-09-28
This major version introduces a new feature allowing to group covariates in so called themes.
- added
scglrTheme
andscglrThemeBackward
to handle theme oriented selection - reworked
multivariateFormula
to handle themes - added new plots targeting themes