Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 "phoenixs_paiste12" wrote: 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. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "phoenixs_paiste12" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trouble downloading 2003 excel file | Excel Discussion (Misc queries) | |||
Trouble Freezing Panes in Excel 2003 | Excel Worksheet Functions | |||
Trouble downloading KB918419 for Excel 2003 | Excel Discussion (Misc queries) | |||
trouble with Excel 2003 and dde | Excel Discussion (Misc queries) | |||
Having trouble totaling columns in excel 2003, always worked b4 | Excel Worksheet Functions |