Learn R Programming

fastR (version 0.10.3)

petstress: Pets and stress

Description

Does having a pet or a friend cause more stress?

Arguments

Format

A data frame with 45 observations on the following 2 variables.

  • Group a factor with levels Control, Friend, or Pet

  • Rate average heart rate while performing a stressful task

Details

Fourty-five women, all self-proclaimed dog-lovers, were randomly divided into three groups of subjects. Each performed a stressful task either alone, with a friend present, or with their dog present. The average heart rate during the task was used as a measure of stress.

References

These data also appear in

Brigitte Baldi and David S. Moore, The Practice of Statistics in the Life Sciences, Freeman, 2009.

Examples

Run this code
# NOT RUN {
data(petstress)

# }

Run the code above in your browser using DataLab