My indepvar is trading volume(V).
I use daily data for ten years.
Now I want to add the lagged trading volume (VL) as an explainable variable.
the model is V=a+bPRICE+mSIZE+nVL
Can the command be
xtreg V PRICE SIZE VL, fe
I use daily data for ten years.
Now I want to add the lagged trading volume (VL) as an explainable variable.
the model is V=a+bPRICE+mSIZE+nVL
Can the command be
xtreg V PRICE SIZE VL, fe

Comment