-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* make a plan for the getting started vignette * update use of ggplot2 * rework data simulation * write out more getting started detail and fix a bounds bug * finalise format * postprocessing * reword intro * fix linting issues * improve intro and add background section * add a test for naive postprocessing * add right truncation figure * add right truncation schematic figure * fix namespace for ggplot2 * update news * add primarycensored note * fix repeated brackets * check for outstanding gt usage * linting * update spacing * read through issues corrected * reorder yaml * use details approach vs not working code folding approach * try and resolve caption failures by using a single line * fix FAQ * revert some over zealous edit changes * check approx vignette * hide more plots * missing allocation * catch renamed plot
- Loading branch information
Showing
16 changed files
with
628 additions
and
208 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Generated by roxyglobals: do not edit by hand | ||
|
||
utils::globalVariables(c( | ||
".data", # <epidist_diagnostics> | ||
"samples", # <epidist_diagnostics> | ||
".data", # <as_epidist_latent_model.epidist_linelist_data> | ||
"woverlap", # <epidist_stancode.epidist_latent_model> | ||
".data", # <as_epidist_linelist_data.epidist_aggregate_data> | ||
".data", # <as_epidist_marginal_model.epidist_linelist_data> | ||
".data", # <as_epidist_naive_model.epidist_linelist_data> | ||
".data", # <add_mean_sd.lognormal_samples> | ||
".data", # <add_mean_sd.gamma_samples> | ||
".data", # <add_mean_sd.weibull_samples> | ||
"rlnorm", # <simulate_secondary> | ||
".data", # <simulate_secondary> | ||
"fix", # <.replace_prior> | ||
".data", # <.replace_prior> | ||
NULL | ||
)) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.