Skip to contents

This EventStudyPlot_Classical function is to draw the classical event study plot with point-wise confidence intervals for event study coefficients.

Usage

EventStudyPlot_Classical(object, pos.legend = "top", scale.legend = 1, ...)

Arguments

object

an object of class "fdid_scb". The object to be plotted.

pos.legend

a character value of "top" or "bottom" that indicates the position of legend. If NULL, the legend is not printed.

scale.legend

a positive number that defines the size of legend. If pos.legend is NULL, the value of scale.legend is ignored.

...

Additional arguments to be passed to EventStudyPlot_Classical.

Value

The EventStudyPlot_Classical function returns a classical event study plot with point-wise confidence intervals for event study coefficients.

References

Fang, C. and Liebl, D. (2026). Making Event Study Plots Honest: A Functional Data Approach to Causal Inference. arXiv:2512.06804.

See also

Examples

data(LWdata)
fdid_scb_est <- fdid_scb(beta=LWdata$beta, cov=LWdata$cov, t0=LWdata$t0)

par(cex.axis = 1.4, cex.lab = 1.4, cex.main = 1.4)
EventStudyPlot_Classical(fdid_scb_est, scale.legend=1.4)
title(ylab="Effects of Duty-to-Bargain Laws")