Skip to content
Prev 304583 / 398503 Next

transform RTs

you might to do something like

library(SuppDists)
t = runif(100, 100, 500) # original RT
t_IG = qinvGauss(ecdf(t)(t)-0.5/length(t), 1, 16)
plot(density(t_IG))

but what is the purpose of it? Usually reaction times are thought to
follow a certain kind of distribution (e.g. an inverse Gaussian 
distribution).

Am 29.08.2012 17:54, schrieb Katja B?er: