You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Task**: Aggregate `sim_data` linelist based on admission date and case outcome in __biweekly__
intervals, and save the results in an object called `biweekly_incidence`.
::::::::::::::::::::::::::::::::::::::::::::::::
Add text about
! `interval` must be one of:
- an <integer> value;
- 'day' or 'daily';
- 'week(s)', 'weekly' or 'isoweek';
- 'epiweek(s)';
- 'month(s)', 'monthly', 'yearmonth';
- 'quarter(s)', 'quarterly', 'yearquarter';
- 'year(s)' or 'yearly'.
After:
tutorials-early/episodes/describe-cases.Rmd
Lines 154 to 160 in 9128efa
Add text about