Concept {BSDA}R Documentation

Tennessee self concept scale scores for a group of teenage boys

Description

Data for Exercise 16.8 and 1.82

Usage

Concept

Format

A data frame with 28 observations on the following variable.

self
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Concept)
attach(Concept)
summary(self)
sd(self)
diff(range(self))
IQR(self)
summary(self/10)
IQR(self/10)
sd(self/10)
diff(range(self/10))
detach(Concept)

[Package BSDA version 0.1 Index]