Date: Tue, 12 Aug 2003 15:04:19 -0400
Reply-To: Mark Lamias <Mark.Lamias@GRIZZARD.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mark Lamias <Mark.Lamias@GRIZZARD.COM>
Subject: Re: multivariate probit
Content-Type: text/plain; charset="iso-8859-1"
The following commands execute a probit model in SAS:
proc logistic des data=dsn;
model y = x1 x2 x3 / link=probit;
run;
Sincerely yours,
Mark J. Lamias
Statistical Consultant
-----Original Message-----
From: Ting Zhu [mailto:tzhu@ANDREW.CMU.EDU]
Sent: Tuesday, August 12, 2003 2:22 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: multivariate probit
Does anyone have some ideas on how to run multivariate probit model by
sas? Or are there any effecient way to calculate the cdf of mulivariate
normal distribution?
Thanks.
|