You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/classifications.R
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
#' @param CRP (Optional) A vector of C-reactive protein (CRP) measurements (in mg/L), used to adjust for inflammation.
16
16
#' @param AGP (Optional) A vector of alpha-1-acid glycoprotein (AGP) measurements (in g/L), used to adjust for inflammation.
17
17
#' @param ferritin (Optional) A vector of ferritin measurements (in \\u00b5gg/L).
18
-
#' @param ida (Optional) A vector of iron deficiency measurements.
19
18
#' @param iodine (Optional) A vector of iodine measurements (in \\u00b5gg/L).
20
19
#' @param haemoglobin (Optional) A vector of haemoglobin measurements (in g/L).
21
20
#' @param altitude (Optional) A numeric vector representing elevation above sea level (in meters), used to adjust for altitude-related effects. Elevation is a compulsory variable and it should always be reported in the dataset. Even when no elevation data is collected, a variable for 'elevation' should be created and set as "0" for all individuals without reported elevation. When elevation is not reported, that individual case will be excluded from the analysis and considered as 'missing'
0 commit comments