| Date: | Tue, 23 Jul 2002 10:55:15 +0200 |
| Reply-To: | Asesoría Bioestadística
<bioestadistica@eresmas.net> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Asesoría Bioestadística
<bioestadistica@eresmas.net> |
| Subject: | Re: Confidence Intervals |
| Content-Type: | text/plain; charset=us-ascii |
Hi Howard:
> Multinomial Logistic Regression in SPSS 11 automatically computes
> confidence intervals for odds ratios. The Binary Logistic Regression
> program doesn't do this. Does anyone know how to obtain confidence
> intervals as an option when using the latter?
Add "/PRINT=CI(95)" to your syntax:
LOGISTIC REGRESSION VAR=depvar
/METHOD=.........
......
/PRINT= CI (95).
Regards
Marta
|