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