I know how to use 2003 with statistic but I'm having trouble with

  • Thread starter phoenixs_paiste12
  • Start date
P

phoenixs_paiste12

I know how to do Statistics tests like the T-Tests and Median tests, for the
Excel 2003 but I'm having trouble with the Excel 2007. I need to get the
median with theStandard Error, Mode, Mean, Standard Deviation, Sample
Variance, Kurtosis, Skewness, Range, etc chart for a set of data and I also
need to do a T-Test: Two sample assuming unequal variances witht he chart,
along with a Regresssion again with the charts. I can find the tests but I
must be doing something wrong cause I can't get it to give me a chart with
all the data I need! Can any one help? I would appreciate it if you can.
 
J

Jerry W. Lewis

While I don't know how to access the ATP Descriptive Statistics tool in 2007,
I can tell you how to calculate all of the quantities using formulas.

Mean: =AVERAGE(data)
Standard Error: =STDEV(data)/SQRT(COUNT(data))
Median: =MEDIAN(data)
Mode: =MODE(data)
Standard Deviation: =STDEV(data)
Sample Variance: =VAR(data)
Kurtosis: =KURT(data)
Skewness: =SKEW(data)
Range: =MAX(data)-MIN(data)
Minimum: =MIN(data)
Maximum: =MAX(data)
Sum: =SUM(data)
Count: =COUNT(data)

Jerry
 
B

Bernard Liengme

Analysis Toolpac: open the Data Tab then look in Analysis group at far right
If it is missing: use Office button (that colourful circle); click Excel
Options at bottom of the resulting dialog; click Addins tab at left of next
dialog; use Mage Addins at bottom of dialog.
best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top