rtime {smdata} | R Documentation |
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")
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 or1
if primed to use deliberationstatus
a numeric vector taking the value
0
if the observation is censored and1
if not
Source
These are hypothetical data.
Examples
data("rtime", package="smdata")
[Package smdata version 1.2 Index]