powered by
This function minus t0's from RTs.
remove_t0(x, t0)removet0(x, t0)
removet0(x, t0)
a response time vector
a numeric scalar
a vector
# NOT RUN { rt <- rlnorm(10) + .2 dt <- removet0(rt, .2) all.equal(dt, rt - .2) # }
Run the code above in your browser using DataLab