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.

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