Hookworm and blood loss | R Documentation |
A study using radio-isotope to examine daily blood loss and number of hookworms infecting the patients.
data(Suwit)
A data frame with 15 observations on the following 3 variables.
id
a numeric vector
worm
a numeric vector: number of worms
bloss
a numeric vector: estimated daily blood loss (mg/day)
Areekul, S., Devakul, K., Viravan, C., Harinasuta, C. 1970 Studies on blood loss, iron absorption and iron reabsorption in hookworm patients in Thailand. Southeast Asian J Trop Med Pub Hlth 1(4): 519-523.
~~ possibly secondary sources and usages ~~
data(Suwit) with(Suwit, plot(worm, bloss, type="n")) with(Suwit, text(worm, bloss, labels=id)) abline(lm(bloss ~ worm, data=Suwit), col="red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.