Learn R Programming

BSDA (version 1.01)

Tenness: Tennessee self concept scores for 20 gifted high school students

Description

Data for Exercise 6.56

Usage

Tenness

Arguments

Format

A data frame with 20 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Tenness)
attach(Tenness)
EDA(score)
t.test(score,mu=30,alternative="less")
SIGN.test(score,md=30,alternative="less")
detach(Tenness)
# }

Run the code above in your browser using DataLab