Hi,
I regress with the same independent variables for several dependent variables.
This is the code i use to regess:
foreach x of varlist ER_1- ER_12 {
regress `x' Neg Market Price Mom
}
}
Now I would like to plot the coefficient for the independent variable "Neg" for each dependent variable (coefficient on the y-axis and ER_1-ER_12 on the x-axis).
Can anyone help?
I regress with the same independent variables for several dependent variables.
This is the code i use to regess:
foreach x of varlist ER_1- ER_12 {
regress `x' Neg Market Price Mom
}
}
Now I would like to plot the coefficient for the independent variable "Neg" for each dependent variable (coefficient on the y-axis and ER_1-ER_12 on the x-axis).
Can anyone help?