Learn R Programming

BSDA (version 0.1)

Counsel: Scores of 18 volunteers who participated in a counseling process

Description

Data for Exercise 6.96

Usage

Counsel

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab