Generate a Synthetic Clustered MVPA Dataset
Source:R/clustered_dataset.R
gen_clustered_sample_dataset.RdCreates a synthetic ClusteredNeuroVec and associated design for testing.
Usage
gen_clustered_sample_dataset(
D = c(10, 10, 10),
nobs = 20,
K = 5,
nlevels = 2,
blocks = 3,
external_test = FALSE
)