svkucheryavski
released this
- the algorithm for
mcrpure()method has been replaced to a similar one to avoid potential issues with original patented version.
Assets
3
svkucheryavski
released this
added methods for multivariate curve resolution plus a couple of minor improvements. See the full list here.
Assets
3
svkucheryavski
released this
- fixed a bug, which led to ignoring opacity option in plots.
Assets
3
svkucheryavski
released this
-
Fixed bug #85 when using y-values as data frame gave an error in PLS regression
-
Fixed bug #86 and changed the way PLS limits maximum number of components to avoid problems with singular matrices. Now if PLS algorithm finds during calculations that provided number of components is too large, it gives a warning and reduces this number.
-
Code refactoring and tests for preprocessing methods
Assets
3
svkucheryavski
released this
Fixed bug #82 with categorize.pls() function.
Assets
3
svkucheryavski
released this
Small improvements related to several plotting functions, plus fixed a bug with summary() for PLS2 models. See full list of changes here. This version is also available from CRAN.
Assets
3
svkucheryavski
released this
Many changes have been made in this version, but most of them are under the hood. Code has been refactored significantly in order to improve its efficiency and make future support easier. Some functionality has been re-written from the scratch. Most of the code is backward compatible, which means your old scripts should have no problem to run with this version. However, some changes are incompatible and this can lead to occasional errors and warning messages. See list with all changes here
Assets
3
svkucheryavski
released this
- fixed a bug related to wrong calculation of R2 in case of multiple response variables (PLS2)
- refactoring of
regresmethods - added tests for some of the
regresmethods
Assets
3
svkucheryavski
released this
- better description of cross-validation settings in help text (parameter
cv) - added column R2 (coefficient of determination) to PLS summary as it is not always identical to
Y cumexpvar - better use of
cexparameter for group plots (can be specified differently for each group) - if
cexis specified it will be also applied for legend items
Assets
3
svkucheryavski
released this
- fixed a bug #59 leading to wrong results when using parameter
max.covinprep.autoscale()