Skip to content

maryampashmi/plsdepot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plsdepot

The R package plsdepot provides a general framework for Partial Least Squares (PLS) Data Analysis Methods. plsdepot comes with a set of functions for PLS analysis of one or two data tables such as Tucker's Inter-Battery, NIPALS, SIMPLS, SIMPLS-CA, PLS Regression, as well as PLS Canonical Analysis.

Installation

To install the stable version of plsdepot from CRAN, run in your R console:

install.packages("plsdepot")

To install the development version of plsdepot from github (using the package "devtools"), simply run in your R console:

# install.packages("devtools") 
library(devtools)
install_github('plsdepot',  username='gastonstat')

More info at http://www.gastonsanchez.com/plsdepot

Motivation

It's been more than 3 years since I first launched the R package plspm. From the feedback of several colleagues, analysts and practitioners, I believe that I did the right thing in releasing and sharing the work of my doctoral adventure. I've received a lot of emails with nice comments, compliments, and congratulations. But I've also received constructive criticism, proposals, improvement suggestions... and bug reports.

If there is something in particular that I've learned over the last 3 years, is that being the maintainer of a package can be a really tough task. And this is the main reason for me to launch plsdepot.

I've decided to split plspm in order to separate those methods specifically designed for PLS Path Modeling from the rest of the PLS methods. This makes much easier the maintainance of the functions, and it also allows me to kill the bugs in a more efficient way.

I know this decision may affect the work of some people, but in the long run is the only feasible solution that I can offer to keep my altruistic work alive.

Links

plsdepot package github

plsdepot documentation

PLS Modeling stuff

Author Contact

Gaston Sanchez (gaston.stat at gmail.com)

About

R package plsdepot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published