extract method for panelAR objectsextract method for panelAR objects created by the
panelAR function in the panelAR package.
# S4 method for panelAR
extract(
model,
include.rsquared = TRUE,
include.nobs = TRUE,
include.groups = TRUE,
...
)A statistical model object.
Report R^2 in the GOF block?
Report the number of observations in the GOF block?
Report the number of groups?
Custom parameters, which are handed over to subroutines, in this
case to the summary method for the object.