Dear Experts,
I was always wondering if its possible to have a regression in stata, that would give me an output in form of multiplication. Let me try to explain what i mean:
Standard Stata linear regression:
Y = b0 + b1*Variable1 + b2*Variable2
What i try to achieve is:
Y= b0 * b1*Variable1 * b2*Variable2
The reason: I would like to obtain results for Y in form of factor change instead of additive change.
Additionally, if Variable1 is categorical, how could one obtain coefficient b1 in form of percentage change.
Example:
Variable1 has three categories: Low, Medium, High
Running a regression in format Y= b0 + b1*i.Variable1 + b2*Variable2 gives me result for Variable1: 5 - Low; 20 - Medium and 40 - High. Interpretation, if Variable 1 is Medium than + 15 to final regression result, if High than + 35 in comparison to Low. Could it somehow be if medium Low*4, if High - Low*8
Is all of this even possible?
Sincerely,
Pavlo
I was always wondering if its possible to have a regression in stata, that would give me an output in form of multiplication. Let me try to explain what i mean:
Standard Stata linear regression:
Y = b0 + b1*Variable1 + b2*Variable2
What i try to achieve is:
Y= b0 * b1*Variable1 * b2*Variable2
The reason: I would like to obtain results for Y in form of factor change instead of additive change.
Additionally, if Variable1 is categorical, how could one obtain coefficient b1 in form of percentage change.
Example:
Variable1 has three categories: Low, Medium, High
Running a regression in format Y= b0 + b1*i.Variable1 + b2*Variable2 gives me result for Variable1: 5 - Low; 20 - Medium and 40 - High. Interpretation, if Variable 1 is Medium than + 15 to final regression result, if High than + 35 in comparison to Low. Could it somehow be if medium Low*4, if High - Low*8
Is all of this even possible?
Sincerely,
Pavlo
Comment