extract methods for some objects.extract method for slseFit objects created by the
estSLSE function.
extract method for cslse objects created by the
causalSLSE function.
extract method for altCausal objects created by the
functions in the list of alternative methods: altCausal.
# S4 method for slseFit
extract(
model,
include.rsquared = TRUE,
include.adjrs = TRUE,
include.nobs = TRUE,
include.fstatistic = FALSE,
include.rmse = FALSE,
...)# S4 method for cslse
extract(
model,
include.nobs = TRUE,
include.nknots = TRUE,
include.numcov = TRUE,
include.rsquared = TRUE,
include.adjrs=TRUE,
separated.rsquared = FALSE,
which = c("ALL","ACE","ACT","ACN","ACE-ACT","ACE-ACN","ACT-ACN"),
...)
# S4 method for altCausal
extract(
model,
include.nobs = TRUE,
...)
It returns an object of class texreg.
A model object.
Report the number of obervations?
Report the total number of knots for each group?
Report the total number of covariates (including interactions is any) per group?
Report the R-squared of the final regression estimation
Report the adjusted R-squared of the final regression estimtion
Should we print the R-squared separately for each group? This applies as well to the adjusted R-squared.
Which causal effect measures should be printed?
Report the F-statistics?
Report the RMSE?
Custom parameters, which are handed over to subroutines. Currently not in use.