Miller {BSDA}R Documentation

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

Description

Data for Example 5.7

Usage

Miller

Format

A data frame with 25 observations on the following variable.

miller
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]