Compute only the empirical-null distribution for split-half
Source:R/rel_split_half.R
rel_split_half_null.RdStandalone access to the null-distribution simulation used by
rel_split_half(null = ...). Useful when the user wants to
precompute and reuse a null across multiple observed analyses
(e.g., when comparing across conditions with the same producer
count).
Usage
rel_split_half_null(
n_participants,
n_pixels,
null = c("permutation", "random_responders"),
noise_matrix = NULL,
n_permutations = 2000L,
seed = NULL,
pid = NULL
)