What proc should I use for a binary categorical outcome with all categorical predictors collected ten times?
I figured we could get outputs using any SEM procs; however, I am scared I would violate the statistical assumptions.
What is/are the research question(s) asked about the data?
There are multiple procedures but without knowing what kind of question needs to be answered it is hard to make a suggestion.
When you say "collected ten times" are the "times" independent of each other or related?
I don't see where you answered this question:
What is/are the research question(s) asked about the data?
If you want marginal estimates, try PROC GENMOD. If you want conditional estimates, try PROC GLIMMIX. If you know the structural equations/path model, try PROC CALIS. All of these handle repeated measures of a binary response. Selecting which to use depends very much on what @ballardw and @PaigeMiller are asking for - a concise, but complete, statement of the research question.
SteveDenham
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.