Concept | R Documentation |
Data for Exercise 1.68 and 1.82
Concept
A data frame/tibble with 28 observations on one variable
Tennessee self concept scores
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
summary(Concept$self)
sd(Concept$self)
diff(range(Concept$self))
IQR(Concept$self)
summary(Concept$self/10)
IQR(Concept$self/10)
sd(Concept$self/10)
diff(range(Concept$self/10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.