View source: R/summary.lmw_est.R
summary.lmw_est_aipw | R Documentation |
lmw_est
fitssummary()
computes the treatment effect and potential outcome mean
estimates from the supplied lmw_est
object. It functions similarly to
summary.lm()
in producing estimate tables with the estimates,
standard errors, t-statistics, and p-values. Other model statistics can be
additionally requested.
## S3 method for class 'lmw_est_aipw'
summary(object, model = FALSE, ci = TRUE, alpha = 0.05, ...)
## S3 method for class 'lmw_est'
summary(object, model = FALSE, ci = TRUE, alpha = 0.05, ...)
object |
an |
model |
|
ci |
|
alpha |
when |
... |
ignored. |
summary.lmw_est()
produces a table of treatment effect estimates
corresponding to all possible pairwise contrasts between the treatment
levels. These treatment effects generalize to the population implied by the
regression weights, which depends on the supplied estimand, whether sampling
weights were provided, and which of the MRI or URI models was requested. The
treatment effects are computed using linear contrasts of the outcome model
coefficients.
When method = "MRI"
, the potential outcome mean estimates are also
reported. These correspond to the potential outcome means in the population
implied by the regression weights. When method = "URI"
, only the
treatment effects are estimated; the model-implied outcome means do not
correspond to the potential outcome means for the population implied by the
regression weights. That is, while the treatment effect generalizes to the
population defined by the regression weights, the estimated potential
outcome means do not and so are not reported.
When model = TRUE
, the model coefficients and their tests statistics
are additionally produced. It is inappropriate to interpret or report these
values as they have no causal interpretation. This is especially true when
using AIPW, as the model coefficients do not incorporate the augmentation
terms.
A summary.lmw_est
object with the following components:
call |
the original call to |
means |
a matrix
containing the estimated potential outcome means, their standard errors,
confidence interval limits (if requested with |
coefficients |
a matrix containing the treatment effect estimates and
their standard errors, t-statistics, and p-values.When |
model.coefficients |
when |
aliased |
when |
sigma , df , r.squared , adj.r.squared |
the residual standard deviation, degrees of
freedom components, R-squared, and adjusted R-squared. See
|
Other components containing information for printing are also included.
lmw_est()
for fitting the outcome regression model,
summary.lm()
for more information on the output components
# See examples at `help("lmw_est")`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.