summary.nawt {nawtilus}R Documentation

Summarizing navigated weighting estimation

Description

Prints a summary of a fitted nawt object.

Usage

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

Arguments

object

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

...

additional arguments to be passed to summary.

Details

Prints a summary of a nawt 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_ps

the effective sample size for the propensity score estimation.

effN_est

the effective sample size for the parameter of interest estimation.

Author(s)

Hiroto Katsumata

See Also

nawt, summary

Examples

# For examples see example(nawt)

[Package nawtilus version 0.1.4 Index]