Learn R Programming

BSDA (version 0.1)

Miller: Miller personality test scores for a group of college students applying for graduate school

Description

Data for Example 5.7

Usage

Miller

Arguments

source

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

Examples

Run this code
str(Miller)
attach(Miller)
stem(miller)
fivenum(miller)
boxplot(miller)
qqnorm(miller,col="blue")
qqline(miller,col="red")
detach(Miller)

Run the code above in your browser using DataLab