extract
method for systemfit
objectsextract
method for systemfit
objects created by the
systemfit
function in the systemfit package.
# S4 method for systemfit
extract(
model,
include.rsquared = TRUE,
include.adjrs = TRUE,
include.nobs = TRUE,
beside = FALSE,
include.suffix = FALSE,
...
)
A statistical model object.
Report R^2 in the GOF block?
Report adjusted R^2 in the GOF block?
Report the number of observations in the GOF block?
Arrange the model terms below each other or beside each other, in separate columns?
Report the name of the current model in parentheses after each model term (instead of before the model term)?
Custom parameters, which are handed over to subroutines, in this
case to the summary
method for the object.