View source: R/post_test_analysis.R
ASCMExecution | R Documentation |
ASCMExecution
executes the augmented synthetic controls package.
ASCMExecution(
data,
treatment_locations,
treatment_start_time,
treatment_end_time,
Y_id = "Y",
time_id = "time",
location_id = "location",
X = c(),
model = "none",
fixed_effects = TRUE
)
data |
A data.frame containing the historical conversions by geographic unit. It requires a "locations" column with the geo name, a "Y" column with the outcome data (units), a time column with the indicator of the time period (starting at 1), and covariates. |
treatment_locations |
Vector of treatment locations. |
treatment_start_time |
Time index of the start of the treatment. |
treatment_end_time |
Time index of the end of the treatment. |
Y_id |
Name of the outcome variable (String). |
time_id |
Name of the time variable (String). |
location_id |
Name of the location variable (String). |
X |
Vector with covariates names. |
model |
A string indicating the outcome model used to augment the Augmented Synthetic Control Method. Augmentation through a prognostic function can improve fit and reduce L2 imbalance metrics.
|
fixed_effects |
A logic flag indicating whether to include unit fixed effects in the model. Set to TRUE by default. |
List object that contains:
"augsynth_model": Generalized Augmented Sunthetic Controls results.
"data": Properly formatted data to fit GeoLift.
"treatment_locations": Treatment locations being used in lower case.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.