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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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