LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default sample vs. population proportion using a z-score in excel

On Oct 27, 2:32*pm, "Mike Middleton" wrote:
Christopher *-

=STANDARDIZE(0.31,0.49,SQRT(0.5*0.5/998))

returns -11.37280968

Your parentheses are misplaced in
z = (p-Po)/square root((Po(1-Po))/N)
The expression should be
z = (p-Po)/square root(Po(1-Po)/N)

- *Mike Middletonhttp://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel

"Christopher" wrote in message

...

To all,


Needed some help on finding a formula to use in excel to calculate a z-
score that is comparing a sample proportion to a population
proportion. Here's the data:


Sample proportion = 0.31
N = 998
Population proportion = 0.49


I can find a z-score using a formula by hand: (z-score = -11.39), but
wanted to calculate in excel for many other variables. This is the
formula I used by hand:


p = sample proportion
Po = population proportion
alpha = 0.05 (z-critical = plus/minus 1.96)
non-directional test


z = (p-Po)/square root((Po(1-Po))/N)


When I use the standardize function in excel it gives me = -0.1153.


Any suggestions?
Thanks!


Thanks for all your help! I really appreciate.

I have another question. Maybe you can help me out on this on.

My p Po and N all have formulas from another worksheet within the same
file - how can I include this into standardize formula. For example,
using the formula you provided above I put together this formula:

=STANDARDIZE(C16,C18,SQRT((C18(1-C18))/C15))

C16 has the formula =(C14/$B$14) this is the value for p
C18 has the formula =(C17/$B$17) this is the value for Po
C15 has the formula =COUNT(JCP!C:C) this is the value for N

Any thoughts/suggestions? Thanks for all your help again Shane and Mike


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Picture Proportion During Printing BruceMN Excel Discussion (Misc queries) 3 May 26th 09 04:05 PM
Display sample population size in chart i.e. n=X Dulouz Charts and Charting in Excel 1 December 27th 07 09:42 AM
Pull a Sample from a Population dzd&confused Excel Worksheet Functions 3 August 2nd 07 03:34 PM
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
Raise numbers in the same proportion.. PaMeLa Excel Discussion (Misc queries) 3 February 16th 06 07:32 PM


All times are GMT +1. The time now is 03:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"