extract method for pcce objectsextract method for pcce objects created by the
pcce function in the plm package.
# S4 method for pcce
extract(
model,
include.r.squared = TRUE,
include.sumsquares = TRUE,
include.nobs = TRUE,
...
)A statistical model object.
Report the HPY R-squared statistic in the GOF block?
Report the total and residual sum of squares in the GOF block?
Report the number of observations in the GOF block?
Custom parameters, which are handed over to subroutines, in this
case to the summary method for the object.