I have the following non-linear regression:

nl(dv={b0}+(dummy)*({b1}*IV1+{b2}*IV2)),vce (hac nw 8)

and I want to access the b1 and b2 coefficient SERIES

please advice.

gen b1series=_b[/b1] gives the series with one signle value for all obs. (i.e. coff value from nl regression output)

when trying to get the series by  gen b1series=_b[/b1]*(/b1) it gives an error message /b1 invalid name

More Abdelrazzaq Alrababa'a's questions See All
Similar questions and discussions