From 51f7f7f46904ce52c967c202277f801b3c970229 Mon Sep 17 00:00:00 2001 From: Lin-tung Tsai <101155567+TsaiLintung@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:10:16 -0700 Subject: [PATCH] forgot to update document --- R/plot_event_dynamics.R | 1 - man/plot_did_dynamics.Rd | 2 -- 2 files changed, 3 deletions(-) diff --git a/R/plot_event_dynamics.R b/R/plot_event_dynamics.R index 9fb984d..abe5aee 100644 --- a/R/plot_event_dynamics.R +++ b/R/plot_event_dynamics.R @@ -5,7 +5,6 @@ #' @param dt A data table containing the results of the DiD analysis. It should include columns for 'att' (average treatment effect), 'se' (standard error), and 'event_time' (time points). #' @param graphname A character string specifying the title of the plot (default is "event study plot"). #' @param note A character string for adding additional notes or comments to the plot (default is empty). -#' @param base_time The time point representing the base period (default is -1). #' @param significance_level The significance level for confidence intervals (default is 0.05). #' #' @return A ggplot2 object representing the event study plot. diff --git a/man/plot_did_dynamics.Rd b/man/plot_did_dynamics.Rd index 77b0597..1aab7ac 100644 --- a/man/plot_did_dynamics.Rd +++ b/man/plot_did_dynamics.Rd @@ -19,8 +19,6 @@ plot_did_dynamics( \item{note}{A character string for adding additional notes or comments to the plot (default is empty).} \item{significance_level}{The significance level for confidence intervals (default is 0.05).} - -\item{base_time}{The time point representing the base period (default is -1).} } \value{ A ggplot2 object representing the event study plot.