BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello,

I have a multinomial ordered response variable (0, 1 and 2) corresponding to population trends (negative, no trend, increasing); 2 continuous independient variables (use and distance) and I am controlling by taxonomy, so I have as random variables family adn genera nested into family. My final model code is:

proc glimmix data=sasuser.Indices_octene ;
class trend family genera;
model trend = use distance distance*distance / dist=multinomial solution;
random family genera(family);
run;

I would like to know:
- Is this a logistic regression with random factors?
- Why can't I get the AIC of the model? (I get it if I delete random factors for the model)
- How could I know if my model is correct? do I have to look at the residuals, and how could I do it?
- Should I wonder about overdispersion? how could I get a measure of that?

Maybe too many questions. Thank you very much.

Grego.
1 REPLY 1
deleted_user
Not applicable
I also found that if I use a normal error distribution, the estimates are almost the same when using multinomial distribution, but with the oposite sign. How should I interpret the sign of the estimates in the model with multinomial error distribution?

Thanks.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1514 views
  • 0 likes
  • 1 in conversation