Re: MeanTest Function not Working
- To: mathgroup at smc.vnet.net
- Subject: [mg68391] Re: MeanTest Function not Working
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Thu, 3 Aug 2006 06:07:24 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 8/2/06 at 5:24 AM, gregory.lypny at videotron.ca (Gregory Lypny) wrote: >I've loaded the HypothesisTests package. The MeanDifferenceTest >function works fine, but not the MeanTest. Mathematica doesn't seem >to recognize it, and simply returns the name of the function and the >data series as MeanTest[{... numbers ...}]. Is the MeanTest an >obsolete function or am I doing something wrong? Mathematica returns a function unevaluated when either the function is undefined or undefined for the specific arguments supplied. Try doing ?MeanTest If this returns something other than either a symbol not found error message or Global`MeanTest`, then the function is defined and the likely problem is the arguments being supplied. -- To reply via email subtract one hundred and four