Determine and apply factor needed to standardize the endpoints.
Usage
wqb_standardize_effect(data, quiet = FALSE)
Arguments
- data
A data frame
- quiet
Turn off message when quiet set to TRUE.
Details
Check the resource document for details the rules used to determine
standardized the endpoints. This is Step 3.
Examples
if (FALSE) { # \dontrun{
standardized_effect_data <- wqb_standardize_effect(data)
standardized_effect_data <- wqb_standardize_effect(classified_data)
} # }