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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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