Skip to contents

plot binary treatment status for time series for panel dataset

Usage

panel_treat_plot(data, time, id, status)

Arguments

data

dataframe

time

bare name of time (not in quotes)

id

bare name of unit

status

bare name of treatment

Examples

if (FALSE) {
panel_treat_plot(california_prop99, Year, State, treated)
}