-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.19 KB
/
Copy pathDESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.19 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: plsdepot
Type: Package
Title: Partial Least Squares (PLS) Data Analysis Methods
Version: 0.1.18
Date: 2015-05-05
Authors@R: person("Gaston", "Sanchez", email = "contact@gsanchez.33mail.com",
role = c("aut", "cre"))
Author: Gaston Sanchez
Maintainer: Gaston Sanchez <gaston.stat@gmail.com>
Description: plsdepot contains different methods for PLS analysis of one or two
data tables such as Tucker's Inter-Battery, NIPALS, SIMPLS, SIMPLS-CA, PLS
Regression, and PLS Canonical Analysis. The main reference for this
software is the awesome book (in French) 'La Regression PLS: Theorie et
Pratique' by Michel Tenenhaus.
URL: http://www.gastonsanchez.com
Depends:
R (>= 3.0.1)
Imports:
tester,
matrixkit
Suggests:
FactoMineR,
plspm
License: GPL-3
LazyLoad: yes
Collate:
'nipals.R'
'plot.nipals.R'
'plot.plsca.R'
'plot.plsreg1.R'
'plot.plsreg2.R'
'plsca.R'
'plsreg1.R'
'plsreg2.R'
'print.nipals.R'
'print.plsca.R'
'print.plsreg1.R'
'print.plsreg2.R'
'interbat.R'
'plot.interbat.R'
'print.interbat.R'
'print.simpls.R'
'print.simplsca.R'
'simpls.R'
'simplsca.R'
'plot.simpls.R'
'plot.simplsca.R'