Learn R Programming

MPsychoR (version 0.10-8)

chile: Chile dataset.

Description

This dataset is a modified version of the dataset used in Wright and London (2009), originally taken from pepperjoe.com. The chile length is categorized from longest to shortest.

Usage

data("chile")

Arguments

Format

A data frame with 85 chiles and the following 3 variables.

name

Chile name.

length

Chile length: ordinal (1 ... longest, 10 ... shortest)

heat

Chile heat scale (see details)

Details

Heat scale according to pepperjoe.com: 1-2 ... for sissys; 3-4 ... sort of hot; 5-6 ... fairly hot; 7-8 ... real hot; 9.5-9 ... torrid; 9.5-10 ... nuclear.

Examples

Run this code
# NOT RUN {
data(chile)
str(chile)
# }

Run the code above in your browser using DataLab