BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

I'm looking to do a binary logit model on longitudinal data (clustered). I am unclear on whether to use proc logistic, proc genmod, proc catmod or proc surveylogistic. I'm aiming for the closest thing to STATA's methodology on clustered logit models. I'm unclear on the fine points of using these procedures-- would someone tell me the difference between these models, or if there's something else I'm missing?

Thank you!
1 REPLY 1
StatDave
SAS Super FREQ
See this usage note on the available logistic models in SAS:

http://support.sas.com/kb/22871

If you have repeated measurements on subjects, then you'll probably want to use the REPEATED statement in PROC GENMOD. See the discussion and example in the GENMOD documentation. PROC LOGISTIC assumes that the observations are independent. PROC CATMOD can handle repeated measures data but requires complete data. That is, all subjects must be measured at all times. The Generalized Estimating Equations (GEE) method implemented by the REPEATED statement in GENMOD does not require complete data, allowing missing measurements. PROC SURVEYLOGISTIC is for the case of survey data such as when you sample within strata of population.

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