| BloodSamples | R Documentation |
These data (Aitchison, 2003) list blood samples' compositions of Albumin, Pre-Albumin, Globulin A, and Globulin B in relation to two types of diseases. 14 patients suffer from disease A, 16 from disease B and 6 are unclassified.
BloodSamples
A data frame with 36 observations on the following 6 variables.
Albumin, Pre.Albumin, Globulin.A, Globulin.Bthe amounts of Albumin, Pre-Albumin, Globulin A, and Globulin B.
Diseasediagnosis of disease A, B, or NA for unclassified observations.
Newa factor indicating whether the observations are old and classified (No) or new and unclassified (Yes).
Aitchison, J. (2003). The Statistical Analysis of Compositional Data. The Blackburn Press, Caldwell, NJ.
head(BloodSamples)
Bl <- DR_data(BloodSamples[,1:4])
summary(Bl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.