Learn R Programming

BSDA (version 1.01)

Reaction: Threshold reaction time for persons subjected to emotional stress

Description

Data for Example 6.11

Usage

Reaction

Arguments

Format

A data frame with 12 observations on the following variable.

time

a numeric vector

Examples

Run this code
# NOT RUN {
str(Reaction)
attach(Reaction)
SIGN.test(time,md=15,alternative="less")
detach(Reaction)
# }

Run the code above in your browser using DataLab