Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 6.96

Usage

Counsel

Arguments

Format

A data frame with 18 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Counsel)
attach(Counsel)
EDA(score)
t.test(score,mu=70)
detach(Counsel)
# }

Run the code above in your browser using DataLab