Learn R Programming

smdata (version 1.2)

rtime: Censored response time data

Description

Response times for a task timed-out at 1200 ms, and a prime (either respondents were primed to use intuition or deliberation in the task).

Usage

data("rtime")

Arguments

Format

A data frame with 300 observations on the following 3 variables.

RT

a numeric vector, response time in milliseconds

prime

a numeric vector taking the value 0 if primed to use intuition or 1 if primed to use deliberation

status

a numeric vector taking the value 0 if the observation is censored and 1 if not

Examples

Run this code
# NOT RUN {
data("rtime", package="smdata")
# }

Run the code above in your browser using DataLab