LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 1997)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 17 Jul 1997 13:15:48 -0500
Reply-To:     huntley george manhertz <hmanhert@INDIANA.EDU>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@UGA.CC.UGA.EDU>
From:         huntley george manhertz <hmanhert@INDIANA.EDU>
Subject:      Probit in SPSS
Comments: To: Yueting Tong <ytong@WEBER.UCSD.EDU>
Content-Type: TEXT/PLAIN; charset=US-ASCII

If your dichotomous dependent variable is Y, coded with two different values and you have an independent variable X, you need to create a variable N to denote the number of trials. And we can set N=1 for all observations in this case.

Now when you are prompted to enter variables in Probit Analysis dialogue box, you enter:

Y as response category N as total observed X as covariates.

If you are using syntax, this can be done as follows:

compute n = 1. execute. probit y of n with x /model probit.

Huntley Manhertz Policy Studies Indiana University


Back to: Top of message | Previous page | Main SPSSX-L page