kalish@psy.uwa.edu.au
Thu, 07 Oct 1999 06:49:06 +0000
kalish@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)
> princomp
Error: 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
> princomp
Error: Object "princomp" not found
>
thanks,
mike
-- ------------------------------------------------ Mike Kalish Coordinator, Cognitive Science Dept. of Psychology email: kalish@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@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2.0b3 on Tue 04 Jan 2000 - 13:33:59 EST