Learn R Programming

nawtilus (version 0.1.4)

summary.nawt: Summarizing navigated weighting estimation

Description

Prints a summary of a fitted nawt object.

Usage

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

Arguments

object

an object of class <U+201C>nawt<U+201D>, usually, a result of a call to nawt.

...

additional arguments to be passed to summary.

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_ps

the effective sample size for the propensity score estimation.

effN_est

the effective sample size for the parameter of interest estimation.

Details

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

See Also

nawt, summary

Examples

Run this code
# NOT RUN {
# For examples see example(nawt)
# }

Run the code above in your browser using DataLab