Learn R Programming

YEAB (version 1.0.6)

dd_example: An example dataset of delays and normalized subjective values

Description

A dataset containing delay durations and their respective normalized subjective values (norm_sv).

Usage

dd_example

Arguments

Format

A data frame with 6 rows and 2 variables:

delay

The delay duration (in seconds).

norm_sv

The normalized subjective value corresponding to the delay.

Examples

Run this code
data(dd_example)
head(dd_example)

Run the code above in your browser using DataLab