Concept {BSDA} | R Documentation |
Tennessee self concept scale scores for a group of teenage boys
Description
Data for Exercise 1.68 and 1.82
Usage
Concept
Format
A data frame/tibble with 28 observations on one variable
- self
Tennessee self concept scores
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
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))
[Package BSDA version 1.2.2 Index]