Learn R Programming

BSDA (version 1.01)

Prognost: Klopfer's prognostic rating scale for subjects receiving behavior modification therapy

Description

Data for Exercise 6.61

Usage

Prognost

Arguments

Format

A data frame with 15 observations on the following variable.

score

a numeric vector

Examples

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

Run the code above in your browser using DataLab