BookmarkSubscribeRSS Feed
buder
Fluorite | Level 6
I have SAS University Edition and am working on probit regressions; I have no problems running an ordinary probit model.
 
But in order to test the marginal effects (and thus be able to interpret the coefficients), I have read online that one needs to use the PROC QLIM procedure.
 
However PROC QLIM is not possible to do with the University Edition. 
 
Is there any alternative to using PROC QLIM to analyze the marginal effects that will work for SAS University Edition for a probit model?
3 REPLIES 3
SteveDenham
Jade | Level 19

Try PROC GEE, with dist=binomial and link=probit options in the MODEL statement.  Try something like this example, setting link=probit.

 

http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_gee_examples...

 

Steve Denham

buder
Fluorite | Level 6

Thanks for the info.

 

I contacted SAS and they told me to set up SAS OnDemand.

 

I need to do both probit and tobit regressions in the future, so it will be a much easier solution to have the PROC QLIM function with SAS OnDemand from here on out.

 

 

StatDave
SAS Super FREQ

you could do this by fitting the model in PROC NLMIXED and using the PREDICT statement.  see this note.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 2318 views
  • 1 like
  • 3 in conversation