data {lddmm} | R Documentation |
Example dataset
Description
A toy dataset in the correct format for the LDDMM function call. This dataset has two possible response categories.
Usage
data
Format
A data frame with 24,254 rows and 6 columns
Details
-
subject
: vector of size n containing the participant labels -
block
: vector of size n containing the training blocks (longitudinal units) -
s
: vector of size n containing the stimuli -
d
: vector of size n containing the decisions -
r_time
: vector of size n containing the response times (log transformed) -
cens
: vector of size n containing the censoring indicators (1 censored, 0 non censored)
[Package lddmm version 0.4.2 Index]