extract-slseFit-method function

extract Method for slseFit Objects

extract Method for slseFit Objects

extract method for slseFit objects created by the estSLSE function.

## S4 method for signature 'slseFit' extract( model, include.rsquared = TRUE, include.adjrs = TRUE, include.nobs = TRUE, include.fstatistic = FALSE, include.rmse = FALSE, ...)

Arguments

  • model: A model estimated by estSLSE.
  • include.rsquared: Report the R-squared of the final regression estimation
  • include.adjrs: Report the adjusted R-squared of the final regression estimtion
  • include.nobs: Report the number of obervations?
  • include.fstatistic: Report the F-statistics?
  • include.rmse: Report the RMSE?
  • ...: Custom parameters, which are handed over to subroutines. Currently not in use.

Returns

It returns an object of class texreg.

  • Maintainer: Pierre Chausse Developer
  • License: GPL (>= 2)
  • Last published: 2024-01-17

Useful links