extract-causalslse-method function

extract Method for cslse Objects

extract Method for cslse Objects

extract 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"), ...)

Arguments

  • 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 estimtion
  • include.adjrs: Report the adjusted R-squared of the final regression estimtion
  • separated.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.

Returns

It returns an object of class texreg.

  • Maintainer: Pierre Chausse Developer
  • License: GPL (>= 2)
  • Last published: 2024-01-17

Useful links