Plot a synthdid object
Usage
# S3 method for class 'synthdid_estimate'
plot(x, ...)Examples
# \donttest{
data(california_prop99)
setup <- panel.matrices(california_prop99)
tau.hat <- synthdid_estimate(setup$Y, setup$N0, setup$T0)
plot(tau.hat)
# }