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
Granger-causality testHello Is it possible to perform a Granger-causality test including an instrumental variable using pa…
Generate dates that correspond to the 1st Tuesday of each monthHi, The Australian RBA meets the first Tuesday of each month 11 times a year (every months but Janu…
Comparing regression coefficients across groups in presence of fixed effects with suestHi all, I am trying to run regressions with a building by month panel. Each building have a unique b…
Controlling the space occupied by a axis labelsHi all, I am trying to create a panel graph of two histograms and a scatter using graph combine. T…
How to Aggregate Repeating Dates into new tableI can't remember how to effectively reshape repeating dates in a time series into a new table. Belo…
Subscribe to:
Post Comments (Atom)
0 Response to Invalid name
Post a Comment