The BINOMIAL option computes the binomial proportion and confidence limits, and it tests the hypothesis that the proportion for the first eye color level (brown) is 0.5.
You can get 95% CI by using alpha=.05, this is the default.
The option ALPHA=.1 specifies that 90% confidence limits should be computed.
The output will be like this:
Test of H0: Proportion = 0.5
ASE under H0 0.0181
Z -2.8981
One-sided Pr < Z 0.0019
Two-sided Pr > |Z| 0.0038
IF YOU WANT TO CHANGE THE HO: proportion=.28, you can use
tables Hair / binomial(p=.28);
Good Luck.作者: shiyiming 时间: 2006-5-10 16:52 标题: to zzheng722 定比定比数据也可以用freq吗?不是他只适用定序定类?作者: shiyiming 时间: 2006-5-12 00:45 标题: binorminal distribution Can you tell me the english names of '定比定比数据' and '定序定类'? Sorry, I learned my statistics in English.But I guess it applys to all kinds of data. you can post your data here and I will help you to decide.作者: shiyiming 时间: 2006-5-15 16:52 标题: to zzheng722 定比数据' 可能是definite proportion data吧