Counsel {BSDA}R Documentation

Scores of 18 volunteers who participated in a counseling process

Description

Data for Exercise 6.96

Usage

Counsel

Format

A data frame with 18 observations on the following variable.

score
a numeric vector

Source

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

Examples

str(Counsel)
attach(Counsel)
EDA(score)
t.test(score,mu=70)
detach(Counsel)

[Package BSDA version 0.1 Index]