Skip to contents

Displays the estimator, the outcome/treatment/instrument models, and a coefficient table (estimate, standard error, z statistic, p value, and 95% confidence interval) for the causal estimand, its numerator (the intent-to-treat effect), and its denominator (the first-stage compliance probability). See drlate() for the estimator.

Usage

# S3 method for class 'drlate'
print(x, digits = 4, ...)

Arguments

x

A drlate object.

digits

Number of digits to print. Default 4.

...

Ignored.

Value

The fitted object x, invisibly.