convert_conc_unit {clinPK} | R Documentation |
Convert concentration units
Description
Lower-level function called by 'convert_creat_unit()', 'convert_albumin_unit()', and others.
Usage
convert_conc_unit(value, unit_in, unit_out, mol_weight = NULL)
Arguments
value |
Value to convert |
unit_in |
Input unit |
unit_out |
Output unit |
mol_weight |
Molecular weight in g/mol (required if converting to/from molar units) |
See Also
valid_units
[Package clinPK version 0.13.0 Index]