BookmarkSubscribeRSS Feed
buder
Fluorite | Level 6

If your dependent variable is a continuous variable but is bounded between 0 and 100, what type of regression analysis would work best? 

3 REPLIES 3
PGStats
Opal | Level 21

Assuming that your dependent variable is a percentage, you should consider transforming it for doing regression. Good documentation on this topic is given in SAS/IML doc  :

 

http://support.sas.com/documentation/cdl/en/imlsug/66113/HTML/default/viewer.htm#imlsug_ugvartransfo...

 

 

arcsin(sqrt(y)) (where y is between 0 and 1) is the preferred transformation when the denominators of the proportions are within the same order of magnitude.

PG
buder
Fluorite | Level 6

Thanks! The depdenent variable is not a percentage, it's a ranking (0 is lowest, 100 is highest and have values all throughout).

 

But I assume I could divide all variable by 100 and use that technique?

Ksharp
Super User
I could try GAMMA distribution.
Check the example of GENMOD.

Example 44.3: Gamma Distribution Applied to Life Data



sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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
  • 1786 views
  • 0 likes
  • 3 in conversation