Hi! I tried to replicate an example on the tutorials. https://www.stata.com/manuals13/rgmm.pdf (Example 12).
The code is
Array
I copied this program and then run the code below.
use http://www.stata-press.com/data/r13/poisson2
gmm gmm_poiend, nequations(1) vce(cluster id) onestep > parameters(y:x1 y:x2 y:x3) instruments(x1 x2 L2.x3, noconstant)
but it showed that ‘mu’ invalid name.
Can anyone tell me why this happened? Thanks.
Related Posts with Invalid name
Identical static and dynamic forecasts using the forecast command with panel dataDear Statalist, I would like to ask a question about the forecast command when using panel data. I …
importing and appending loopsDear all, I tried appending some files using the following codes. Both worked but there are some pr…
getting scatter and lfit to assign the same color for an observationHi All, I am using twoway to generate a scatterplot with an lfit overlay for several individual uni…
Endogenous regressor with Xtabond2Dear Stata forum: I am trying to estimate a dynamic panel in which, beyond the lagged dependent var…
looping and exporting multiple regression results into a single tableHello, I am attempting to export the results from multiple univariate regression models estimated us…
Subscribe to:
Post Comments (Atom)
0 Response to Invalid name
Post a Comment