Statistical Procedures

Programming the statistical procedures from SAS
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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