get_date_from_test_periods | R Documentation |
Link dates to GeoLift time periods.
get_date_from_test_periods(
GeoLift,
treatment_end_date,
post_treatment_periods = 0,
frequency = "daily"
)
GeoLift |
GeoLift object. |
treatment_end_date |
Character that represents a date in year-month=day format. |
post_treatment_periods |
Number of post-treatment periods. Zero by default. |
frequency |
Character that represents periodicity of time stamps. Can be either weekly or daily. Defaults to daily. |
List that contains:
"date_vector": Vector of dates, going from first pre test time to end of test.
"treatment_start": start date of study.
"treatment_end": End date of study.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.