Learn R Programming

fastR2 (version 1.2.4)

Scent: Maze tracing and scents

Description

Subjects were asked to to complete a pencil and paper maze when they were smelling a floral scent and when they were not.

Arguments

Format

A data frame with 21 observations on the following 12 variables.

id

ID number

sex

a factor with levels F andM

smoker

a factor with levels N, Y

opinion

opinion of the odor (indiff, neg, or pos

)
age

age of subject (in years)

first

which treatment was first, scented or unscented

u1

time (in seconds) in first unscented trial

u2

time (in seconds) in second unscented trial

u3

time (in seconds) in third unscented trial

s1

time (in seconds) in first scented trial

s2

time (in seconds) in second scented trial

s3

time (in seconds) in third scented trial

References

Hirsch, A. R., and Johnston, L. H. "Odors and Learning," Smell & Taste Treatment and Research Foundation, Chicago.

Examples

Run this code

data(Scent)
summary(Scent)

Run the code above in your browser using DataLab