|
|
|
||||
|
Help the Stat Consulting Group by
giving a gift
| |||||
|
Loading
|
|||||
Note that Wald = 3.0152 for both the coefficient for gender and for the odds ratio for gender (because the coefficient and the odds ratio are two ways of saying the same thing).data temp; input admit gender freq; cards; 1 1 7 1 0 3 0 1 3 0 0 7 ; run; proc logistic data = temp desc; weight freq; model admit = gender / expb; run;The LOGISTIC Procedure Analysis of Maximum Likelihood Estimates Standard Wald Parameter DF Estimate Error Chi-Square Pr > ChiSq Exp(Est) Intercept 1 -0.8473 0.6901 1.5076 0.2195 0.429 gender 1 1.6946 0.9759 3.0152 0.0825 5.444
UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services