extract {panelvar} | R Documentation |
Extract Coefficients and GOF Measures from a Statistical Object
Description
Extract Coefficients and GOF Measures from a Statistical Object
Usage
extract(model, ...)
## S3 method for class 'pvargmm'
extract(model, ...)
## S3 method for class 'pvarfeols'
extract(model, ...)
## S3 method for class 'pvarhk'
extract(model, ...)
Arguments
model |
Model |
... |
Further arguments passed to or from other methods |
Examples
data("ex1_dahlberg_data")
extract(ex1_dahlberg_data)
[Package panelvar version 0.5.5 Index]