Learn R Programming

dbw (version 1.1.4)

summary.dbw: Summarize the distribution balancing weighting estimation results

Description

Prints a summary of a fitted dbw object.

Usage

# S3 method for dbw
summary(object, ...)

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.

Arguments

object

an object of class “dbw”, usually, a result of a call to dbw.

...

additional arguments to be passed to summary.

Author

Hiroto Katsumata

Details

Prints a summary of a dbw object, in a format similar to glm.

See Also

dbw, summary

Examples

Run this code
# For examples see example(dbw)

Run the code above in your browser using DataLab