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 (August 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Ting Zhu <tzhu@ANDREW.CMU.EDU>
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.


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