kalish@psy.uwa.edu.au
1999-Oct-07 06:49 UTC
[R] [Fwd: Libraries loading, but not really?] - it really IS a problem :-(
kalish at psy.uwa.edu.au wrote:> > I'm a newbie at R, and can't get libraries to really work. > I did this:> > library(help = mva) > cancor Canonical Correlations > cmdscale Classical (Metric) Multidimensional Scaling > dist Distance Matrix Computation > hclust Hierarchical Clustering > kmeans K-Means Clustering > prcomp Principal Components Analysis > > (pc.cr<-princomp(USArrests)) > Error: couldn't find function "princomp" > > > > I should say that ?princomp works beautifully, but the function itself > is absent. > I imagine I have done something stupid in installation? > > thanks,I accidently left off the fact that what I REALLY did was:> library(mva) > princompError: Object "princomp" not found> library(mva) > library(help = mva)cancor Canonical Correlations cmdscale Classical (Metric) Multidimensional Scaling dist Distance Matrix Computation hclust Hierarchical Clustering kmeans K-Means Clustering prcomp Principal Components Analysis> princompError: Object "princomp" not found>thanks, mike -- ------------------------------------------------ Mike Kalish Coordinator, Cognitive Science Dept. of Psychology email: kalish at psy.uwa.edu.au University of Western Australia phone: 61 - 8 - 9380-2688 Nedlands, WA 6009 fax: 61 - 8 - 9380-1006 Australia http://boneyard.psy.uwa.edu.au/kalish.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Friedrich Leisch
1999-Oct-07 07:59 UTC
[R] [Fwd: Libraries loading, but not really?] - it really IS a problem :-(
Which version of R are you using? Which platform? On my system (R 0.65.1 on Debian Linux) princomp works fine. Best, Fritz>>>>> On Thu, 07 Oct 1999 06:49:06 +0000, >>>>> kalish (k) wrote:k> kalish at psy.uwa.edu.au wrote:>> >> I'm a newbie at R, and can't get libraries to really work. >> I did this:>> > library(help = mva) >> cancor Canonical Correlations >> cmdscale Classical (Metric) Multidimensional Scaling >> dist Distance Matrix Computation >> hclust Hierarchical Clustering >> kmeans K-Means Clustering >> prcomp Principal Components Analysis >> > (pc.cr<-princomp(USArrests)) >> Error: couldn't find function "princomp" >> > >> >> I should say that ?princomp works beautifully, but the function itself >> is absent. >> I imagine I have done something stupid in installation? >> >> thanks,k> I accidently left off the fact that what I REALLY did was:>> library(mva) >> princompk> Error: Object "princomp" not found>> library(mva) >> library(help = mva)k> cancor Canonical Correlations k> cmdscale Classical (Metric) Multidimensional Scaling k> dist Distance Matrix Computation k> hclust Hierarchical Clustering k> kmeans K-Means Clustering k> prcomp Principal Components Analysis>> princompk> Error: Object "princomp" not found>>k> thanks, k> mike k> -- k> ------------------------------------------------ k> Mike Kalish Coordinator, Cognitive Science k> Dept. of Psychology email: kalish at psy.uwa.edu.au k> University of Western Australia phone: 61 - 8 - 9380-2688 k> Nedlands, WA 6009 fax: 61 - 8 - 9380-1006 k> Australia http://boneyard.psy.uwa.edu.au/kalish.html k> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- k> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html k> Send "info", "help", or "[un]subscribe" k> (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch k> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._