How do I calculate the Index of disparity with SAS?
IDisp=∑(|yj – yref|/J - 1)/yref X 100
yj indicates the measure of health status in the jth
group, and yref is the health status indicator in the reference
population. J is the total number of groups.
First you may want to double check your spelling. You have a single | and I'm not sure if you intended to have | yj -yref | or | yj - yrefj | or something else. Also where you use E is that supposed to be the Expectation or something else.
And what is "yref"? Is it calcuated from the Yj sample?
If yref is mean of y, then you are simply asking for 100 times the mean absolute deviation, scaled by the mean.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.