extract-pcce-method: 'extract' method for 'pcce' objects

extract,pcce-methodR Documentation

extract method for pcce objects

Description

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

Usage

## S4 method for signature 'pcce'
extract(
  model,
  include.r.squared = TRUE,
  include.sumsquares = TRUE,
  include.nobs = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.r.squared

Report the HPY R-squared statistic in the GOF block?

include.sumsquares

Report the total and residual sum of squares in the GOF block?

include.nobs

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.


texreg documentation built on Nov. 10, 2023, 1:16 a.m.