gplot {did} | R Documentation |
gplot
Description
does the heavy lifting for making a plot of an group-time average treatment effect
Usage
gplot(
ssresults,
ylim = NULL,
xlab = NULL,
ylab = NULL,
title = "Group",
xgap = 1,
legend = TRUE,
ref_line = 0,
theming = TRUE
)
Value
a ggplot2
object
[Package did version 2.1.2 Index]