Slc | R Documentation |
Data for Exercise 5.116
Slc
A data frame/tibble with 190 observations on one variable
Red blood cell sodium-lithium countertransport
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.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
EDA(Slc$slc)
hist(Slc$slc, freq = FALSE, xlab = "sodium lithium countertransport",
main = "", col = "lightblue")
lines(density(Slc$slc), col = "purple")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.