Skip to content

Commit

Permalink
Merge pull request #83 from imperialCHEPI/tests
Browse files Browse the repository at this point in the history
data processing steps update
  • Loading branch information
SaranjeetKaur authored Oct 30, 2024
2 parents 98c82ce + f76e13c commit 6ce1c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/data-process.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' 1. **Read the data**: This function reads the data from the location specified `data <- readRDS("data.rds")`.
#'
#' 1. **`gen_data_mean`**: Calculates weighted mean values for various metrics over years `data_weighted <- gen_data_mean(data)`.
#' 1. **`gen_data_weighted`**: Calculates weighted mean values for various metrics over years `data_weighted <- gen_data_weighted(data)`.
#'
#' 1. **`gen_data_weighted_rf`**: Calculates the differences between intervention and baseline values for risk factors `data_weighted_rf_wide_collapse <- gen_data_weighted_rf(data_weighted)`.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/DataProcessing.Rd

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

0 comments on commit 6ce1c36

Please sign in to comment.