-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated interface for accumulation (#851)
* add new fill_missing function * add new accumulate variable * update stan model * update checks * expand docs * create accumulate column when buffeting * use helper function for deprecation * render docs * update tests * add news item * linting * fix arg name * fix bugs * do all reports * update test of deprecated functionality * export function * fix example * add global var * add missing man page * fix issues identified in checks * fix recommended workflow * remove obsolete arguments * Apply suggestions from code review Co-authored-by: James Azam <james.azam@lshtm.ac.uk> Co-authored-by: Sam Abbott <s.e.abbott12@gmail.com> * move accumulation to after truncation * lint * rename arguments * make "confirm" the default for `obs_column` * add "by" arugment to `fill_missing()` * clarify `initial_accumulate` argument * add assertions suggested by @jamesmbaazam * Apply suggestions from code review Co-authored-by: James Azam <james.azam@lshtm.ac.uk> * update example * only assert if not missing * set column order * update tests * render design doc from Rmd to check correctness * accumulate after truncation * add more documentation * clarify truncation happens before accumulation --------- Co-authored-by: James Azam <james.azam@lshtm.ac.uk> Co-authored-by: Sam Abbott <s.e.abbott12@gmail.com>
- Loading branch information
1 parent
1abee6b
commit 2f27a3f
Showing
37 changed files
with
674 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.