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
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