plot.DIDdesign: Plot output from did function

View source: R/did-plot.R

plot.DIDdesignR Documentation

Plot output from did function

Description

Plot output from did function

Usage

## S3 method for class 'DIDdesign'
plot(x, check_fit = NULL, band = FALSE, ...)

Arguments

x

An output from did function.

check_fit

An output from did_check function.

band

A boolean argument. If TRUE, confidence intervals are shown with geom_ribbon function.

...

Other parameters. Currently not supported.

Value

A plot of ggplot2 object.


naoki-egami/DIDdesign documentation built on June 4, 2024, 2:59 p.m.