View source: R/fixed_point_sim.R
runSub_fixed_pb | R Documentation |
Run simulation for single subject
runSub_fixed_pb(
fnct = "logistic",
ntrials = 300,
fbst = FALSE,
sampDensity = 50,
targMult = 1,
window = NULL,
windowRate = sampDensity,
pars = NULL
)
fnct |
character vector indicatin curve type |
ntrials |
number of vwp trials per subject |
fbst |
use FBS+T assumption or not |
sampDensity |
misnomer. Density for saccades |
targMult |
Multiplier for target, i.e., multiple of sampDensity when fbst == TRUE |
window |
A time window to sample at different density |
windowRate |
sampling density within window |
pars |
curve parameters |
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.