[R] trouble with package mva on R 1.4.0

Thomas Lumley tlumley at u.washington.edu
Wed Jan 23 17:54:00 CET 2002


On Wed, 23 Jan 2002, Jobst Landgrebe wrote:

> Dear List,
>
> although the library() command tells me that the pcakage "mva" is
> installed on my machine, I cannot use its functions or get help() about them.
> And, strange enough, I never installed the package manually. Has it
> become a part of R-base?

It's *always* been part of R-base.  You need to load it before using it
  load(mva)

or specify the package name in eg help(), data()
  help(cancor,package="mva")


	-thomas

Thomas Lumley			Asst. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle

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