BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am looking for a procedure (or similar) in SAS that will analyze fractional response dependent variables, i.e., variables than range continuous from 0 to 1 inclusive. Does PROC GLM handle such?
3 REPLIES 3
Doc_Duke
Rhodochrosite | Level 12
Yes and No. GLM can be used when the range of the data is limited. You will often see it used on responses that are 0-100 (like % grades) and that is analogous to your 0-1 range.

However, the assumption of normality is violated and you need to use the Central Limit Theorem to make useful inferences. In practice, this means that the closer your outcomes are to the extreme points in the distribution, the larger your sample size needs to be.

"Large" is a relative term. It would be prudent to do some bootstrap validation of your model to make sure that the parameter estimates are stable.
deleted_user
Not applicable
Are you familiar with (or is anyone familiar with) Papke and Wooldridge, 1996, and how they treat fractional response variables?
mg
Calcite | Level 5 mg
Calcite | Level 5
I'm dealing with similar problem .. have you been able to figure it out? What have you used?

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1187 views
  • 0 likes
  • 3 in conversation