Learn R Programming

YEAB (version 1.0.6)

hyp_data_list: Hypothetical dataset list for testing purposes

Description

This list contains three components: sv, delay, and real_k, representing subjective values, delay durations, and the real discount rate respectively.

Usage

hyp_data_list

Arguments

Format

A list with three components:

sv

A numeric vector of subjective values.

delay

A numeric vector of delay durations (in arbitrary units).

real_k

A numeric value representing the real discount rate.

Examples

Run this code
data(hyp_data_list)
str(hyp_data_list)

Run the code above in your browser using DataLab