AppendAgg | R Documentation |
Append the aggregated KPI values for the test market and all markets to the
GeoDataRead
object.
AppendAgg(data, locs = NULL)
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. |
locs |
list of test locations. If none are provided, only the aggregated KPI (total) will be calculated and appended. Set to NULL by default. |
A data frame with additional values for the test regions (combined_test) and total KPI (total).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.