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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 4286 views
  • 0 likes
  • 2 in conversation