BookmarkSubscribeRSS Feed
Aleksandar
Obsidian | Level 7

Dear Sas community,

 

I was running a GLM model wherein the dependent variable is the discrete (Inv_Stock) - a percentage that takes from 0 to 100. The code is the following one:

 

proc glm data=WORK.test;
model Inv_Stock = Low_Target IR_minus2 IR_2 IR_4 IR_6 IR_8 IR_10 player_Target Risk_tolerance player_Posess_account player_Own_stocks Age Male Student_yes;
run;

 

Could you tell me whether GLM is an appropriate model for this analysis, and if not, what is the right model to use to run the regression?

 

Thank you,

Aleksandar

3 REPLIES 3
sld
Rhodochrosite | Level 12 sld
Rhodochrosite | Level 12

If the data are proportions, bounded between 0 and 1, I would consider either a binomial distribution (if the proportions are determined as a ratio of two counts) or a beta distribution. Consider the GLIMMIX procedure.

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 3 replies
  • 650 views
  • 6 likes
  • 4 in conversation