Apply leida_pipeline() to multiple subjects in one call. Accepts either a
named list of [N x Tmax] matrices or a 3-D array [N x Tmax x subjects].
Arguments
- data
Named list of [N x Tmax] numeric matrices, or a 3-D numeric array with dimensions [N, Tmax, subjects]. For arrays, subject names are taken from
dimnames(data)[[3]]if set, otherwise"sub1","sub2", etc.- ...
Additional arguments passed to
leida_pipeline()(e.g.flp,fhi,delt,filter).