BookmarkSubscribeRSS Feed
MarinaMag
Fluorite | Level 6

Hello,

 

I want to run a logit regression.

Is the procedure as follows?

     proc qlim data=...;

     model=... / discrete(d=logit);

     run;

 

Is there a command to run the logit with robust standard errors (e.g like the "cluster" in "proc surveyreg")?

 

Thank you.

1 REPLY 1
StatDave
SAS Super FREQ

See this note for the many procedures that fit various types of logistic (or logit) models. QLIM is generally not the first choice. For randomly sampled data with independent observations, PROC LOGISTIC is usually the best procedure to use. If you have complex sample survey data, then use PROC SURVEYLOGISTIC. If your interest in robust standard errors is due to having data that are correlated in clusters, then you can fit a logistic GEE (Generalized Estimating Equations) model using PROC GENMOD. See the examples in the documentation for those procedures.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1 reply
  • 4434 views
  • 0 likes
  • 2 in conversation