Re: Problem in loading the Statistics package.
- To: mathgroup at smc.vnet.net
- Subject: [mg60650] Re: Problem in loading the Statistics package.
- From: "Jean-Marc Gulliet" <jeanmarc.gulliet at gmail.com>
- Date: Fri, 23 Sep 2005 04:19:54 -0400 (EDT)
- References: <dgr37m$8f2$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Since the function appears in the following packages, you must load/decide which one you want: Statistics`LinearRegression` , Statistics`MultiDescriptiveStatistics` , Statistics`MultiDiscreteDistributions` , Statistics`MultinormalDistribution` , [Statistics`Common` is NOT a package, do not load it directly] Then you use either one of the commands Needs["Statistics`LinearRegression`"] Needs["Statistics`MultiDescriptiveStatistics`"] Needs["Statistics`MultiDiscreteDistributions`"] Needs["Statistics`MultinormalDistribution`"] Regards, /J.M.