Tenness {BSDA}R Documentation

Tennessee self concept scores for 20 gifted high school students

Description

Data for Exercise 6.56

Usage

Tenness

Format

A data frame with 20 observations on the following variable.

score
a numeric vector

Source

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

Examples

str(Tenness)
attach(Tenness)
EDA(score)
t.test(score,mu=30,alternative="less")
sign.test(score,md=30,alternative="less")
detach(Tenness)

[Package BSDA version 0.1 Index]