Slc {BSDA} | R Documentation |
Sodium-lithium countertransport activity on 190 individuals from six large English kindred
Description
Data for Exercise 5.116
Usage
Slc
Format
A data frame/tibble with 190 observations on one variable
- slc
Red blood cell sodium-lithium countertransport
Source
Roeder, K., (1994), "A Graphical Technique for Determining the Number of Components in a Mixture of Normals," Journal of the American Statistical Association, 89, 497-495.
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
EDA(Slc$slc)
hist(Slc$slc, freq = FALSE, xlab = "sodium lithium countertransport",
main = "", col = "lightblue")
lines(density(Slc$slc), col = "purple")
[Package BSDA version 1.2.2 Index]