Dataset: targetvalues | R Documentation |
Test names (analytes), units and reference limits from a textbook.
targetvalues
A data frame with 8 rows and 6 columns:
short name of the analyte
measuring unit
lower and upper reference limits for women
lower and upper reference limits for men
The table was created from the data in the textbook (web version 2023, https://www.clinical-laboratory-diagnostics.com). Missing data (i.e. the lower limits for ALT, AST and GGT) were supplemented from the product sheets of the respective tests.
Thomas L. Clinical Laboratory Diagnostics, 2023
targetvalues[, 1 : 4]
reflim(livertests$ALB[livertests$Sex == "m"],
main = targetvalues[1, 1], xlab = targetvalues[1, 2],
targets = targetvalues[1, 5 : 6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.