[R] [Fwd: Libraries loading, but not really?] - it really IS a problem :-(

kalish@psy.uwa.edu.au kalish at psy.uwa.edu.au
Thu Oct 7 08:49:06 CEST 1999


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)
> 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 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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list