I have Windows XP Professional Version 2002 and the R-Version 2.1.1. I want to do factor analysis with R. In Google Search I find the reference to the RScaLAPACK-Package, but my R-Version 2.1.1. told me that "RScaLAPACK is invalid package, bevor 2.0.0. installed" . Which package can I take for factor analysis? [[alternative HTML version deleted]]
On Wed, 14 Dec 2005, Birgit Kessler wrote: ?factanal (in the stats package, which is part of every base distribution of R)> I have Windows XP Professional Version 2002 and the R-Version 2.1.1. > I want to do factor analysis with R. > In Google Search I find the reference to the RScaLAPACK-Package, but my > R-Version 2.1.1. told me that "RScaLAPACK is invalid package, bevor > 2.0.0. installed" . > Which package can I take for factor analysis? > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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 >-- Roger Bivand Economic Geography Section, Department of Economics, Norwegian School of Economics and Business Administration, Helleveien 30, N-5045 Bergen, Norway. voice: +47 55 95 93 55; fax +47 55 95 95 43 e-mail: Roger.Bivand at nhh.no
I have Windows XP Professional Version 2002 and the R-Version 2.1.1. I want to do factor analysis with R. In Google Search I find the reference to the RScaLAPACK-Package, but my R-Version 2.1.1. told me that ?RScaLAPACK is invalid package, bevor 2.0.0. installed? . Which package can I take for factor analysis? I have Windows XP Professional Version 2002 and the R-Version 2.1.1. I want to do factor analysis with R. In Google Search I find the reference to the RScaLAPACK-Package, but my R-Version 2.1.1. told me that ?RScaLAPACK is invalid package, bevor 2.0.0. installed? . Which package can I take for factor analysis? Dipl.-Ing. Birgit Kessler ?????????????????????? ??TU M??nchen ??Lehrstuhl f??r Fluidmechanik?? ??und Prozessautomation ??Weihenstephaner Steig 23 ??D-85350 Freising Tel.: 0049 8161 71 3247 Fax: 0049 8161 71 4510
you can try : plot(hclust(dist(ach, "manh"), "ward"), hang=-1) you can choose distance method and clustering method. you can find a lot of useful functions for multivariate analysis in the "ade4" package ; but, for clustering, the "cluster" package is quite nice. Birgit Kessler a crit :>I have Windows XP Professional Version 2002 and the R-Version 2.1.1. >I want to do factor analysis with R. >In Google Search I find the reference to the RScaLAPACK-Package, but my >R-Version 2.1.1. told me that RScaLAPACK is invalid package, bevor >2.0.0. installed . >Which package can I take for factor analysis? > >I have Windows XP Professional Version 2002 and the R-Version 2.1.1. > >I want to do factor analysis with R. > >In Google Search I find the reference to the RScaLAPACK-Package, but my >R-Version 2.1.1. told me that RScaLAPACK is invalid package, bevor >2.0.0. installed . > >Which package can I take for factor analysis? > > > > >Dipl.-Ing. Birgit Kessler > > TU Mnchen > Lehrstuhl fr Fluidmechanik > und Prozessautomation > Weihenstephaner Steig 23 > D-85350 Freising > > Tel.: 0049 8161 71 3247 > Fax: 0049 8161 71 4510 > >______________________________________________ >R-help at 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 > > >