summary.mrdi
is a summary
method for class "mrdi"
# S3 method for mrdi
summary(object, level = 0.95, digits = max(3, getOption("digits") - 3), ...)
An object of class "mrdi"
, usually a result of a call to
mrd_impute
with "front"
method.
Numerical value between 0 and 1. Confidence level for confidence intervals.
Number of digits to display.
Additional arguments.
summary.mrdi
returns a list which has the following components:
A matrix containing estimates and confidence intervals (if applicable) for the complete model.
A matrix containing estimates and confidence intervals (if applicable) for the heterogeneous treatment model.
A matrix containing estimates and confidence intervals (if applicable) for the treatment only model.