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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1767 views
  • 1 like
  • 3 in conversation