Learn R Programming

BSDA (version 1.01)

Miller1: Twenty scores on the Miller personality test

Description

Data for Exercise 1.41

Usage

Miller1

Arguments

Format

A data frame with 20 observations on the following variable.

miller

a numeric vector

Examples

Run this code
# NOT RUN {
str(Miller1)
attach(Miller1)
stem(miller)
stem(miller,scale=2)
detach(Miller1)
# }

Run the code above in your browser using DataLab