Wiener plot function
plot
creates a density plot of correct and wrong responses
for a given dataset.
## S3 method for class 'data.wiener' plot(x, ...)
x |
data.wiener object, which is basically a data.frame with data. Needs a reaction time column and a accuracy/response column. |
... |
Arguments to be passed to methods, such as graphical parameters. |
Wabersich, D., & Vandekerckhove, J. (2014). The RWiener package: An R package providing distribution functions for the Wiener diffusion model. The R Journal, 6(1), 49-56.
## generate random data dat <- rwiener(100,2,.3,.5,0) ## plot plot(dat)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.