Skip to content

Commit

Permalink
example: add forgotten data set load
Browse files Browse the repository at this point in the history
  • Loading branch information
tappek committed Jan 5, 2025
1 parent 241aa96 commit 13fdd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/est_gmm.R
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ summary.pgmm <- function(object, robust = TRUE, time.dummies = FALSE, ...) {
#'
#' @keywords htest
#' @examples
#' data("EmplUK", package = "plm")
#' # Arellano/Bond 1991, Table 4, column (a1)
#' ab.a1 <- pgmm(log(emp) ~ lag(log(emp), 1:2) + lag(log(wage), 0:1)
#' + lag(log(capital), 0:2) + lag(log(output), 0:2) | lag(log(emp), 2:99),
Expand Down
1 change: 1 addition & 0 deletions man/mtest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13fdd04

Please sign in to comment.