GetWeights | R Documentation |
GetWeights
returns the synthetic control weights as a data frame
for a given test set-up.
GetWeights(
Y_id = "Y",
time_id = "time",
location_id = "location",
X = c(),
data,
locations,
pretreatment_end_time,
model = "none",
fixed_effects = TRUE
)
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 |
List of names of covariates. |
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. |
locations |
List of test locations. |
pretreatment_end_time |
Time index of the last pre-treatment period. |
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. |
Data frame with the locations and weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.