Skip to content

Weighted averaging partial least squares regression

2 messages · Andreas Plank, Gavin Simpson

#
Hello, 

is it possible in R to calculate a Weighted averaging partial least
squares regression? I'm not firm in statistics and didn't found anything
about weighted averaging in combination with PLS in the help archives.
Or is it possible to develop a workaround with the pls-package?

thanks for help in advance
Andreas Plank
#
Quoting Andreas Plank <andreas.plank at web.de>:
Nothing in R that is publicly available. It is certainly possible to 
modify the
pls package (I did so for package cocorresp, but that does something slightly
different to what you want).

Steve Juggins is writing an R package that includes WA-PLS, you might wish to
contact him to see if there is an early version available that you might use.
His University web pages are here:

http://www.campus.ncl.ac.uk/staff/Stephen.Juggins/

And you'll find his email address on them.

HTH

Gavin Simpson