after running OLS regression,
I want to automatically do calculations with the coefficients I obtained.
if for example I want to get a number by doing
value = (b1 + b2)/1 - (a1 +a2)
how can I code this?
Thanks
I want to automatically do calculations with the coefficients I obtained.
if for example I want to get a number by doing
value = (b1 + b2)/1 - (a1 +a2)
how can I code this?
Thanks
Comment