extract-slseFit-method: 'extract' Method for 'slseFit' Objects

extract,slseFit-methodR 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 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.

Value

It returns an object of class texreg.


causalSLSE documentation built on May 29, 2024, 7:04 a.m.