summary.regsdml {dmlalg} | R Documentation |
Summarizing regsdml fits
Description
This is a method for the class regsdml
. It summarizes
objects of class regsdml
, which typically result from a function
call to regsdml
.
Usage
## S3 method for class 'regsdml'
summary(object,
print_regsDML = NULL,
print_safety = NULL,
print_DML = NULL,
print_regDML = NULL,
print_regDML_all_gamma = !is.null(parm),
parm = NULL,
correlation = FALSE,
print_gamma = FALSE, ...)
Arguments
object |
An object of class |
print_regsDML |
A boolean. If |
print_safety |
A boolean. If |
print_DML |
A boolean. If |
print_regDML |
A boolean. If |
print_regDML_all_gamma |
A boolean. If |
parm |
A vector containing the indices for which |
correlation |
A boolean. If |
print_gamma |
A boolean. If |
... |
Further arguments passed to or from other methods. |
Value
Summary statistics of the methods regsDML
, the safety
device,
DML
, regDML
with the optimal
choice of \gamma
(including the factor a_N
),
and regDML
with prespecified \gamma
-values are returned by setting the
respective arguments. It is possible to return the respective
gamma
-values and variance-covariance matrices.
If none of the printing arguments are set, only the results of regsDML
are returned if they are available. If they are not available and none of
the printing arguments are set, the results from all available methods
are returned. If print_regsDML = FALSE
, only the results from
those methods are returned that are explicitly specified by the printing
arguments.
See Also
regsdml
,
confint.regsdml
,
coef.regsdml
,
vcov.regsdml
print.regsdml
Examples
## See example(regsdml) for examples