Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I calculate standard error in excel?
|
#2
![]() |
|||
|
|||
![]()
Calculating the standard error in Excel
[list=1][*]Enter your data into an Excel spreadsheet.[*]Click on an empty cell where you want to display the standard error.[*]Type the formula Code:
=STDEV.S(range)/SQRT(COUNT(range)) Note that the Code:
STDEV.S Code:
COUNT That's it! You have now calculated the standard error in Excel.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Kyle" wrote:
How do I calculate standard error in excel? =STDEV(range) / SQRT(COUNT(range)) Note that in Excel, STDEV is the sample std dev (variance computed using n-1), not the population std dev (STDEVP; variance computed using n) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your referring to statistics, I think you mean standard deviation (how far
data is off from the average). In which case, you want to use STDEV. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Kyle" wrote: How do I calculate standard error in excel? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Depends on your definition of standard error. Is this what you're looking for?
http://mtsu32.mtsu.edu:11009/Graphin..._Std_Error.htm HTH, Eric "Kyle" wrote: How do I calculate standard error in excel? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Look up "standard error" in the Excel help file and see what is says about "STEYX" -- Jim Cone Portland, Oregon USA "Kyle" wrote in message How do I calculate standard error in excel? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
assuming that your data are as :
Known y's are in range A2: A20 Known x's are in tange B2 : B20 try this =STEYX(A2:A20,B2:B20) -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis Am not a greek but an ordinary user trying to assist another "Kyle" wrote: How do I calculate standard error in excel? |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Errata....
I wrote: "Kyle" wrote: How do I calculate standard error in excel? =STDEV(range) / SQRT(COUNT(range)) As others noted, arguably it depends on what standard error you want. The formula above is the standard error of the mean. ----- original message ----- "JoeU2004" wrote in message ... "Kyle" wrote: How do I calculate standard error in excel? =STDEV(range) / SQRT(COUNT(range)) Note that in Excel, STDEV is the sample std dev (variance computed using n-1), not the population std dev (STDEVP; variance computed using n) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can we calculate RSD ( relative standard deviation) in Excel | Excel Discussion (Misc queries) | |||
Does anyone know if excel has a function to calculate standard er. | Excel Worksheet Functions | |||
Calculate and display standard error | Charts and Charting in Excel | |||
Calculate 2 Standard Deviations | Excel Worksheet Functions | |||
PivotTables in Excel 2004 calculate incorrect standard deviations | Excel Worksheet Functions |