.
Code:
gen b_f=. gen se_f=. forvalues y = 1/6 { xtscc f`y' l(0/2)shock l(1/2)f1 l(1/2)a1 l(1/2)u1 i.year , fe replace b_f = _b[shock] if _n==`y'+1 replace se_f = _se[shock] if _n==`y'+1 }
Code:
asdoc forvalues y = 1/6 { xtscc f`y' l(0/2)shock l(1/2)f1 l(1/2)a1 l(1/2)u1 i.year , fe replace b_f = _b[shock] if _n==`y'+1 replace se_f = _se[shock] if _n==`y'+1 }
command asdocforvalues is unrecognized
Also, I do not know how can I access the graph in terms of the impulse response function.
I hope I receive your guidance so soon.
tank you so much.
0 Response to using asdoc command when we have loop command
Post a Comment