sim: Simulation of the queueing model of visual search

simR Documentation

Simulation of the queueing model of visual search

Description

sim.ny simulates a data set containing the responses and response times on either target present or target absent trials under specified set size level in an experiment using standard visual search paradigm, whereby the non-decision time for yes and no options are represented by two different parameters.

Usage

sim.ny(par, esterrorpar, c, k, pr, N, empRT, seed=0)

Arguments

par \par
esterrorpar \esterrorpar
c \c
k \k
pr \pr
N \N
empRT \empRT
seed \seed

Value

A N \times 2 matrix. The first column contains the simulated response times and the second colum the corresponding simulated responses.

Author(s)

\both

References

\yiqiDiss

See Also

queue

Examples

sim.ny(par = c(30, 200, 250, 350),
       esterrorpar = c(-2.67, 0.0094, 0.0299, 0.0020, 1.13),
       c = 4,
       k = 12,
       pr = TRUE, 
       N = 10000, seed = 0)

qmvs documentation built on Nov. 4, 2024, 9:06 a.m.

Related to sim in qmvs...