View source: R/tissue_mass_functions.R
blood_mass_correct | R Documentation |
If blood mass from blood_weight
is negative or very small,
then just default to the mean blood mass by age. (Geigy Scientific Tables,
7th ed.)
blood_mass_correct(blood_mass, age_months, age_years, gender, weight)
blood_mass |
A vector of blood masses in kg to be replaced with averages. |
age_months |
A vector of ages in months. |
age_years |
A vector of ages in years. |
gender |
A vector of genders (either 'Male' or 'Female'). |
weight |
A vector of body weights in kg. |
A vector of blood masses in kg.
Caroline Ring
Geigy Pharmaceuticals, "Scientific Tables", 7th Edition, John Wiley and Sons (1970)
\insertRefring2017identifyinghttk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.