MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: [Question] How to load(get) Packages

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23546] RE: [mg23533] [Question] How to load(get) Packages
  • From: "David Park" <djmp at earthlink.net>
  • Date: Sat, 20 May 2000 03:10:24 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

> From: ilsang [mailto:isyoo at iae.re.kr]
To: mathgroup at smc.vnet.net
> In Version 4 Mathematica, I have tried to get Statistics Package as
> followings;
>
> << Statistics'Common'
> Get["Statistics'Common'"]
> Needs["Statistics'Common'"]
>
> the result is;
>
> Get::"noopen": "Cannot open ("Statistics'Common'")."
> $Failed
>
> Please tell me the ways to load it. In advance thanks.
>
> ilsang(isyoo at iae.re.kr)
>

You want to use the "back quote" symbol instead of the "quote" symbol.
<<Statistics`Common` not <<Statistics'Common'

On my keyboard the "back quote", "`", is in the upper left hand corner, just
above the Tab key and just below the Escape key.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/



  • Prev by Date: Question of function for hexahedron
  • Next by Date: Matrix Multiplication...
  • Previous by thread: Re: [Question] How to load(get) Packages
  • Next by thread: Re: [Question] How to load(get) Packages