Bayesian retention-first SCR responsivity summary
Source:R/scr-responsivity.R
estimate_scr_responsivity_bayes.RdEstimates participant-level response probabilities with a conjugate Beta-Binomial model while preserving the conventional amplitude-threshold non-responder flag. Low-reactive participants are retained so hard exclusion can be evaluated as a sensitivity specification rather than preprocessing.
Usage
estimate_scr_responsivity_bayes(
participant,
amplitude,
threshold = 0.02,
prior_alpha = 1,
prior_beta = 1,
probability_cutoff = 0.5
)