BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
mgx
Obsidian | Level 7 mgx
Obsidian | Level 7

I'm currently exploring the possibility of using a transition model to analyze my ordinal longitudinal data, as an alternative to both marginal models and random-effects models. I'm specifically interested in finding SAS tutorial (papers) that cover this topic. While I'm aware of the tutorial available for binary data (https://support.sas.com/kb/24/494.html), I'm wondering if there are similar resources available for ordinal data analysis.

 

1 ACCEPTED SOLUTION

Accepted Solutions
sbxkoenk
SAS Super FREQ

See here :

Usage Note 22871: Types of logistic (or logit) models that can be fit using SAS®

https://support.sas.com/kb/22/871.html

--> In the paragraph on "Transition models for discrete state space stochastic processes", it is said that :

Discrete time Markov chains can be represented as log-linear models.

 

So I would google the internet with search terms :

  • SAS Modeling Ordinal Data with Log-linear Models
  • SAS ordinal log-linear models
  • SAS Log-Linear Model for Ordinal Data

Here's an example for a log-linear model on count data :
SAS/STAT User's Guide
The GENMOD Procedure
Example 51.7 Log-Linear Model for Count Data
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_genmod_examples07.htm

 

Most of the info you will find is using PROC GENMOD but ...

PROC CATMOD (for categorical data modeling) can also be used for log-linear modeling.

Koen

View solution in original post

1 REPLY 1
sbxkoenk
SAS Super FREQ

See here :

Usage Note 22871: Types of logistic (or logit) models that can be fit using SAS®

https://support.sas.com/kb/22/871.html

--> In the paragraph on "Transition models for discrete state space stochastic processes", it is said that :

Discrete time Markov chains can be represented as log-linear models.

 

So I would google the internet with search terms :

  • SAS Modeling Ordinal Data with Log-linear Models
  • SAS ordinal log-linear models
  • SAS Log-Linear Model for Ordinal Data

Here's an example for a log-linear model on count data :
SAS/STAT User's Guide
The GENMOD Procedure
Example 51.7 Log-Linear Model for Count Data
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_genmod_examples07.htm

 

Most of the info you will find is using PROC GENMOD but ...

PROC CATMOD (for categorical data modeling) can also be used for log-linear modeling.

Koen

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 299 views
  • 0 likes
  • 2 in conversation