Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Chi-Square?


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: Chi-Square?
Date   Sat, 8 Jul 2006 17:19:52 +0100 (BST)

--- Janelle Knox <[email protected]> wrote:
> I have a variable that asks whether retirement income is
> less than expected and has five options(more, less, same, not sure,
> etc).  Is there a way to test whether one of the options (in this
> case-2) retirement is less than expected) is significantly higher
> than the variable mean?  So of 2500 respondants 1700 suggest that
> retirement is less than expected.  How do I test if this is
> signficant?  

Significant means that you reject the null hypothesis, so you need a
nul hypothsesis. I read you line "Is there a way to test whether one of
the options (in this case-2) retirement is less than expected) is
significantly higher than the variable mean?" as meaning that your null
hypothesis is that you think that all categories receive the same
proportion of respondents, so each category should receive 500 cases.
Given the large deviation of the actual value (1700) and the sample
size   I would be very surprised if you can not reject the null
hypothesis. That is not surprising since it is not a very reasonable
null hypothsis, I see no reason why such likert-like items would be
uniformly distributed. So rejecting that hypothesis is not very
informative and you might want to think up a more meaningful
hypothesis.  

You can test it with a chi square test, remeber that the formula is
sum((O-E)^2/E), O is the observed value, E is the expected value. In
Stata you can type:
di (1700-500)^2/500 + (800-2000)^2/2000
which results in 3600, with in this case one degree of freedom. As
expected this is significant for any reasonable significance level.

HTH,
Maarten


-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands

visiting adress:
Buitenveldertselaan 3 (Metropolitan), room Z214

+31 20 5986715

http://home.fsw.vu.nl/m.buis/
-----------------------------------------


		
___________________________________________________________ 
Copy addresses and emails from any email account to Yahoo! Mail - quick, easy and free. http://uk.docs.yahoo.com/trueswitch2.html
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index