extract: Extract Coefficients and GOF Measures from a Statistical...

View source: R/pvar-methods.R

extractR 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)

panelvar documentation built on Jan. 6, 2023, 1:17 a.m.

Related to extract in panelvar...