Skip to content

Commit

Permalink
comment only; pggm man page: remove wrong comment about pdim object a…
Browse files Browse the repository at this point in the history
…s attribute of resulting object
  • Loading branch information
tappek committed Dec 28, 2024
1 parent c852273 commit 97393a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 1 addition & 7 deletions R/est_gmm.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
#' \item{A2}{the weighting matrix for the two--steps estimator,}
#' \item{call}{the call.}
#'
#' In addition, it has attribute `"pdim"` which contains the pdim object for
#' the model.
#'
#' It has `print`, `summary` and `print.summary` methods.
#' @author Yves Croissant
#' @export
Expand Down Expand Up @@ -679,10 +676,7 @@ dynterms2formula <- function(x, response.name = NULL){
}

extract.data <- function(data, form, as.matrix = TRUE){
# the previous version is *very* slow because :
# 1. split works wrong on pdata.frame
# 2. model.matrix is lapplied !
### -> using collapse's fast *split functions / 2024-12-27
# uses collapse's fast *split functions / 2024-12-27
trms <- terms(form)
has.response <- attr(trms, 'response') == 1
has.intercept <- attr(trms, 'intercept') == 1
Expand Down
3 changes: 0 additions & 3 deletions man/pgmm.Rd

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

0 comments on commit 97393a9

Please sign in to comment.