Description Usage Arguments Examples
View source: R/simulations_f.R
Calculate counterfactual under different scenarios.
1 | month_trend(month, baseline)
|
baseline |
A vector of values per day |
weekday |
Day of the week as Date, word in English or number: |
1 2 3 4 5 6 7 | ## Example
month_trend(month='October',
baseline=50:62)
month_trend(month=10,
baseline=50:62)
month_trend(month=as.Date('2019-10-25'),
baseline=50:62)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.