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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 1 reply
  • 5275 views
  • 0 likes
  • 2 in conversation