chile {MPsychoR}R Documentation

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")

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.

Source

Wright, D. B., & London, K. (2009). Modern Regression Techniques Using R. Sage.

Examples

data(chile)
str(chile)

[Package MPsychoR version 0.10-8 Index]