Learn R Programming

MOTE (version 1.2.2)

rm1_data: Repeated Measures One-Way ANOVA Example Data

Description

Example data for a repeated measures one-way ANOVA examining whether pulse rate differs across stimulus types. Participants were exposed to three categories of images: neutral (e.g., household objects like a toaster), positive (e.g., puppies, babies), and negative (e.g., mutilated faces, scenes of war). Pulse rate was measured for each participant under each condition. Designed for use with omega.F.

Usage

data(rm1_data)

Arguments

Format

A data frame with 3 variables:

neutral

Numeric. Pulse rate during exposure to neutral stimuli.

positive

Numeric. Pulse rate during exposure to positive stimuli.

negative

Numeric. Pulse rate during exposure to negative stimuli.