extract
Method for cslse
Objects
extract
Method for cslse
Objectsextract
method for cslse
objects created by the causalSLSE
function.
## S4 method for signature '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"), ...)
model
: A causal effect object created by causalSLSE
.include.nobs
: Report the number of obervations?include.nknots
: Report the total number of knots for each group?include.numcov
: Report the total number of covariates (including interactions is any) per group?include.rsquared
: Report the R-squared of the final regression estimtioninclude.adjrs
: Report the adjusted R-squared of the final regression estimtionseparated.rsquared
: Should we print the R-squared separately for each group? This applies as well to the adjusted R-squared.which
: Which causal effect measures should be printed?...
: Custom parameters, which are handed over to subroutines. Currently not in use.It returns an object of class texreg
.
Useful links