Skip to content

Commit

Permalink
Merge pull request #50 from imperialCHEPI/confidence
Browse files Browse the repository at this point in the history
Modify data process to include confidence interval
  • Loading branch information
SaranjeetKaur authored Aug 29, 2024
2 parents 37b0367 + 38ee782 commit 5982b76
Show file tree
Hide file tree
Showing 10 changed files with 400 additions and 237 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Description: A collection of functions for visualising data from the
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Imports:
dplyr,
ggplot2,
grDevices,
gridExtra,
scales,
splines,
stats,
tidyr,
utils
tidyr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Expand Down
10 changes: 5 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
export(burden_disease)
export(combine_plots)
export(gen_data_le)
export(gen_data_mean)
export(gen_data_mean_weighted)
export(gen_data_mean_weighted_burden_wide)
export(gen_data_mean_weighted_inc_wide)
export(gen_data_mean_weighted_rf_wide)
export(gen_data_weighted)
export(gen_data_weighted_burden)
export(gen_data_weighted_burden_spline)
export(gen_data_weighted_ds)
export(gen_data_weighted_rf)
export(hgps_theme)
export(inc_cum)
export(inc_diff)
Expand Down
494 changes: 299 additions & 195 deletions R/data-process.R

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions man/DataProcessing.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions man/gen_data_mean.Rd

This file was deleted.

10 changes: 5 additions & 5 deletions man/gen_data_mean_weighted.Rd → man/gen_data_weighted.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/gen_data_weighted_burden_spline.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5982b76

Please sign in to comment.