| extract,slseFit-method {causalSLSE} | R Documentation | 
extract Method for slseFit Objects
Description
extract method for slseFit objects created by the
estSLSE function.
Usage
## 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  | 
| 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. | 
Value
It returns an object of class texreg.  
[Package causalSLSE version 0.3-1 Index]