-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Goal: revise the package so that it uses data.table as opposed to data.frame consistently, thereby increasing consistency, readability, speed, and address the following issue:
- currently, if a data.table is passed into the function, an uninvited
*_fdcolumn gets appended to the data.table and a warning is raised upon passing the data.table intoEventStudya second time (or more):
In EventStudy(estimator = "OLS", data = merged, outcomevar = y, :
Variables starting with gdp_ln_fd should be reserved for usage by eventstudyr.
In EventStudy(estimator = "OLS", data = merged, outcomevar = y, :
Variables starting with gdp_ln_lead should be reserved for usage by eventstudyr.
In EventStudy(estimator = "OLS", data = merged, outcomevar = y, :
Variables starting with gdp_ln_lag should be reserved for usage by eventstudyr.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels