extract
Method for slseFit
Objects
extract
Method for slseFit
Objectsextract
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, ...)
model
: A model estimated by estSLSE
.include.rsquared
: Report the R-squared of the final regression estimationinclude.adjrs
: Report the adjusted R-squared of the final regression estimtioninclude.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.It returns an object of class texreg
.
Useful links