[R] About PLR

2007-04-17 Thread Nitish Kumar Mishra
Hello Sir/Mam
I am Nitish Kumar Mishra from IMTECH, Chandigarh, India. I want to
calculate the Principal Component Analysis(PCA), PLS of the input file and
find top 30 PCAs of this file using PLS in R. I am asking regarding
Linux(Red Hat 9) operating system.
I have downloaded PLS from Crains site and try to installed it, but don't
installed it.
How I can download and installed PLS(for PCA and PLS) in R using Linux.
Please me how I can installed PLR in R(Linux).
Thanking you.


-- 
Nitish Kumar Mishra
Junior Research Fellow
BIC, IMTECH, Chandigarh, India
E-Mail Address:
[EMAIL PROTECTED]
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] About PLR

2007-04-17 Thread Bjørn-Helge Mevik
From within R, you can give the command

 install.packages(pls)

and R will download and install it for you (as long as you have access
to the Internet).

To install an already downloaded package, you can use

R CMD INSTALL pls_2.0-0.tar.gz

in a terminal window.

-- 
Bjørn-Helge Mevik

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.