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: [mg23550] Re: [mg23533] [Question] How to load(get) Packages
  • From: BobHanlon at aol.com
  • Date: Sat, 20 May 2000 03:10:27 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 5/16/2000 10:50:09 PM, isyoo at iae.re.kr writes:

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

You are entering the wrong character before and after Common. Use ` vice '

Needs["Statistics`Common`"]

Bob

BobHanlon at aol.com


  • Prev by Date: Re: need little help - no longer!
  • Next by Date: Re: [Question] How to load(get) Packages
  • Previous by thread: [Question] How to load(get) Packages
  • Next by thread: Re: [Question] How to load(get) Packages