Skip to contents

Uses precomputed workspace and parallel processing to efficiently estimate mixed models across many voxels.

Usage

mixed_multi_voxel_cpp(Y, ws_list, compute_se = FALSE, n_threads = 0L)

Arguments

Y

Response matrix (n × V) where V is number of voxels

ws_list

Precomputed workspace (as R list)

compute_se

Whether to compute standard errors

n_threads

Number of OpenMP threads (0 = auto)

Value

List with matrices of estimates across voxels