Skip to content

Commit

Permalink
Vignette A: fixed description of pgmm's effect argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
tappek committed Dec 27, 2024
1 parent bac62b2 commit c9f4b71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ subtitle: plm - Linear Models for Panel Data - A set of estimators and tests for
first-differencing errored ([#58](https://github.com/ycroissant/plm/issues/58)).
* `pggls`: FD models errored with the data constellation as described for `vcovXX`.
* `is.pdata.frame` (non-exported helper function): fix part of the check if object
does not have an index.
does not have an index.
* Vignette A: fixed description of `pgmm`'s `effect` argument.


***

Expand Down
8 changes: 3 additions & 5 deletions vignettes/A_plmPackage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1011,16 +1011,14 @@ the model that are not used as GMM instruments are used as
normal instruments, with the same lag structure; "normal"
instruments may also be indicated in the third part of the formula.

The `effect` argument is either `NULL`, `"individual"`
(the default), or `"twoways"`. In the first case, the model is
estimated in levels. In the second case, the model is estimated in
The `effect` argument is either `"individual"` or `"twoways"` (the default).
In the first case, the model is the model is estimated in
first differences to get rid of the individuals effects. In the last
case, the model is estimated in first differences and time dummies are
included.

The `model` argument specifies whether a one-step or a
two-steps model is requested (`"onestep"` or
`"twosteps"`).
two-steps model is requested (`"onestep"` or `"twosteps"`).

The following example is from @AREL:BOND:91. Employment is
explained by past values of employment (two lags), current and first
Expand Down

0 comments on commit c9f4b71

Please sign in to comment.