fmri_lm_control() is the single statistical configuration boundary for
fmri_lm(). Each section is a validated typed specification; mechanical
choices such as chunking and parallelism belong in compute_spec().
Usage
fmri_lm_control(
estimation = NULL,
noise = NULL,
robust = NULL,
variance = NULL,
weights = NULL,
projection = NULL,
na_action = c("error", "propagate"),
...
)Arguments
- estimation
- noise
A
noise_spec().- robust
- variance
- weights
- projection
- na_action
Either
"error"or"propagate".- ...
Transitional legacy option lists retained for one compatibility window. New code should use the typed sections above.