View source: R/compute_qual_imputation.R
compute_qual_imputation_dec | R Documentation |
Function to compute factor for value imputation when character value contains < or >. The factor is calculated using the number of decimals. If there are no decimals, the factor is 1, otherwise the factor = 1/10^decimal place. For example, the factor for 100 = 1, the factor for 5.4 = 1/10^1, the factor for 5.44 = 1/10^2. This results in no additional false precision added to the value. This is an intermediate function.
compute_qual_imputation_dec(character_value_decimal)
character_value_decimal |
Character value to determine decimal precision |
Derive an imputed value
Decimal precision value to add or subtract
BDS-Findings Functions that returns a vector:
compute_bmi()
,
compute_bsa()
,
compute_egfr()
,
compute_framingham()
,
compute_map()
,
compute_qtc()
,
compute_qual_imputation()
,
compute_rr()
,
compute_scale()
compute_qual_imputation_dec("<40.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.