calculate_muac_median | R Documentation |
Calculate median MUAC-at_admissions
calculate_muac_median(muac, index = NULL, na_values = NULL)
muac |
A numeric vector of mid-upper arm circumference measurements either in centimetres or millimetres. |
index |
A list of one or more factors each of the same length as |
na_values |
A vector of values in |
A numeric value (if index = NULL
) or named vector of values for
median mid-upper arm circumference with names from each level of index
.
calculate_muac_median(otp_beneficiaries$muac)
calculate_muac_median(otp_beneficiaries$muac, otp_beneficiaries$locality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.