Computes P(inhibit | SSD) across a range of SSD values using posterior parameter samples, with a 90
ssrt_stan_inhibition_fn(
fit,
ssd_range = seq(0, 600, by = 10),
n_draws = 400,
plot = TRUE
)Invisibly, a data.frame with columns: ssd, mean, lo90, hi90.
An ssrt_stan object (single-subject only).
SSD values to evaluate in ms. Default seq(0, 600, 10).
Posterior draws to use. Default 400.
Produce the plot? Default TRUE.