Skip to content

Commit

Permalink
#80 fix comment from Fanny
Browse files Browse the repository at this point in the history
  • Loading branch information
rossfarrugia committed Aug 7, 2024
1 parent f6ea031 commit 39a3f8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/derive_params_growth_age.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@
#' parameter = VSTESTCD == "HEIGHT",
#' analysis_var = VSSTRESN,
#' set_values_to_sds = exprs(
#' PARAMCD = "HTSDS",
#' PARAM = "Weight-for-age z-score"
#' PARAMCD = "HGTSDS",
#' PARAM = "Height-for-age z-score"
#' ),
#' set_values_to_pctl = exprs(
#' PARAMCD = "HTPCTL",
#' PARAM = "Weight-for-age percentile"
#' PARAMCD = "HGTPCTL",
#' PARAM = "Height-for-age percentile"
#' )
#' )
derive_params_growth_age <- function(dataset,
Expand Down
8 changes: 4 additions & 4 deletions man/derive_params_growth_age.Rd

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

0 comments on commit 39a3f8a

Please sign in to comment.