summary.dbw {dbw} | R Documentation |
Summarize the distribution balancing weighting estimation results
Description
Prints a summary of a fitted dbw
object.
Usage
## S3 method for class 'dbw'
summary(object, ...)
Arguments
object |
an object of class “dbw”, usually, a result of a call to |
... |
additional arguments to be passed to summary. |
Details
Prints a summary of a dbw
object, in a format similar to glm.
Value
call |
the matched call. |
est |
the point estimate of the parameter of interest. |
coefficients |
a table including coefficients, standard errors, z-values, and two-sided p-values. |
effn |
the effective sample size for the parameter of interest estimation. |
Author(s)
Hiroto Katsumata
See Also
Examples
# For examples see example(dbw)
[Package dbw version 1.1.4 Index]