Learn R Programming

BSDA (version 1.01)

Concept: Tennessee self concept scale scores for a group of teenage boys

Description

Data for Exercise 16.8 and 1.82

Usage

Concept

Arguments

Format

A data frame with 28 observations on the following variable.

self

a numeric vector

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab