forked from gastonstat/plsdepot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
executable file
·30 lines (16 loc) · 978 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Version 0.1.17 (2012-11-12)
------------------------------------------------------------
* `simplsca` now provides all R2 coefficients for T and U components
Version 0.1.16 (2012-11-05)
------------------------------------------------------------
NEW FEATURES AND FUNCTIONS
* PLSTROIKA has started (restructuring my pls packages)
* Launching the R package plsdepot
* plsdepot is born as a split from the R package "plspm" in an effort to make the maintainance of my PLS methods much easier.
* New implemented methods: `interbat` Tucker's Inter-Battery, `simpls` SIMPLS, `simplsca` SIMPLS Canonical Analysis
* Simpler but prettier graphics have been implemented
* Rounding of results to four decimals has been eliminated
* documentation has been improved using new features of 'roxygen2'
* more data sets from Michel Tenenhaus' awesome book 'La Regression PLS' have been added
BUG FIXES
* Pain-in-the-butt warning message about 'sd() deprecated' has been tackled