Skip to contents

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

An estimation_spec().

noise

A noise_spec().

robust

A robust_spec().

variance

A variance_spec().

weights

A weights_spec().

projection

A projection_spec().

na_action

Either "error" or "propagate".

...

Transitional legacy option lists retained for one compatibility window. New code should use the typed sections above.

Value

An object of class fmri_lm_control.