Hi all - long time reader, first time poster.
I'm working on duplicating findings from a report I was given and would love some assistance. They began with a regression - easy enough to duplicate: reg DV IV1 IV2 IV3 IV4 IV5. I get lost on the next step, however. They generated an impact score (on a 7 point scale) by converting the delta r squared such that impact(IV1) = 7 - abs(log(delta r squared)), etc...
My first thought was to use hireg DV (IV1) (IV2) (IV3) (IV4) (IV5), but the delta r squared values didn't match those provided, and even if they did I'm not sure how I'd proceed to store/log those values.
At any rate, any assistance would be greatly appreciated. Thanks.
I'm working on duplicating findings from a report I was given and would love some assistance. They began with a regression - easy enough to duplicate: reg DV IV1 IV2 IV3 IV4 IV5. I get lost on the next step, however. They generated an impact score (on a 7 point scale) by converting the delta r squared such that impact(IV1) = 7 - abs(log(delta r squared)), etc...
My first thought was to use hireg DV (IV1) (IV2) (IV3) (IV4) (IV5), but the delta r squared values didn't match those provided, and even if they did I'm not sure how I'd proceed to store/log those values.
At any rate, any assistance would be greatly appreciated. Thanks.
Comment