diff --git a/R/derive_advs_params.R b/R/derive_advs_params.R index 7e3e6b4..2651c28 100644 --- a/R/derive_advs_params.R +++ b/R/derive_advs_params.R @@ -1,7 +1,8 @@ #' Adds a Parameter for Waist to Hip Ratio #' -#' @description Adds a parameter for Waist to Hip Ratio using Waist Circumference and Hip Circumference -#' for each by group (e.g., subject and visit) where the source parameters are available. +#' @description Adds a parameter for Waist to Hip Ratio using Waist Circumference and +#' Hip Circumference for each by group (e.g., subject and visit) where the source parameters +#' are available. #' #' **Note:** This is a wrapper function for the more generic [`admiral::derive_param_computed()`]. #' diff --git a/man/derive_param_waisthip.Rd b/man/derive_param_waisthip.Rd index d5cd21a..fd9bf7f 100644 --- a/man/derive_param_waisthip.Rd +++ b/man/derive_param_waisthip.Rd @@ -85,8 +85,9 @@ The input dataset with the new parameter added. Note, a variable will only be populated in the new parameter rows if it is specified in \code{by_vars}. } \description{ -Adds a parameter for Waist to Hip Ratio using Waist Circumference and Hip Circumference -for each by group (e.g., subject and visit) where the source parameters are available. +Adds a parameter for Waist to Hip Ratio using Waist Circumference and +Hip Circumference for each by group (e.g., subject and visit) where the source parameters +are available. \strong{Note:} This is a wrapper function for the more generic \code{\link[admiral:derive_param_computed]{admiral::derive_param_computed()}}. }