Skip to content

Commit

Permalink
data processing steps update
Browse files Browse the repository at this point in the history
  • Loading branch information
SaranjeetKaur committed Oct 30, 2024
1 parent 7e4a2ca commit f76e13c
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 f76e13c

Please sign in to comment.