View source: R/fixed_point_sim.R
runSim_fixed | R Documentation |
Run simulation for multiple subjects
runSim_fixed(
nsub = 10,
ntrials = 300,
fnct = "logistic",
fbst = FALSE,
sampDensity = 50,
targMult = 1
)
nsub |
numeric, number of subjects in simulation |
ntrials |
number of vwp trials per subject |
fnct |
character vector indicatin curve type |
fbst |
use FBS+T assumption or not |
sampDensity |
misnomer. Density for saccades |
targMult |
Multiplier for target, i.e., multiple of sampDensity when fbst == TRUE |
This runs simluation for single subject, returns a list containing information on subject, as well as trial data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.