Learn R Programming

plausibounds (version 1.0.1)

estimates_smooth: Smooth Estimates from Freyaldenhoven and Hansen (2026)

Description

A dataset containing smooth treatment effect estimates that dip down and then converge to zero. The first 8 observations comprise the preperiods, the next 36 are post-period.

Usage

estimates_smooth

Arguments

Format

A numeric vector with 44 elements (8 preperiods, 36 postperiods)

Examples

Run this code
data(estimates_smooth)
data(var_smooth)
result <- plausible_bounds(estimates_smooth[9:13], var_smooth[9:13, 9:13])
create_plot(result)

Run the code above in your browser using DataLab