extract-pgmm-method: 'extract' method for 'pgmm' objects

extract,pgmm-methodR Documentation

extract method for pgmm objects

Description

extract method for pgmm objects created by the pgmm function in the plm package.

Usage

## S4 method for signature 'pgmm'
extract(
  model,
  include.nobs = TRUE,
  include.sargan = TRUE,
  include.wald = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.nobs

Report the number of observations in the GOF block?

include.sargan

Report the Sargan test?

include.wald

Report the Wald statistic?

...

Custom parameters, which are handed over to subroutines, in this case to the summary method for the object.


leifeld/texreg documentation built on Nov. 11, 2023, 6:31 a.m.