Learn R Programming

BSDA (version 1.01)

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

Description

Data for Example 5.7

Usage

Miller

Arguments

Format

A data frame with 25 observations on the following variable.

miller

a numeric vector

Examples

Run this code
# NOT RUN {
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