View source: R/fmri_lm_config.R
fmri_lm_control | R Documentation |
fmri_lm_control()
creates an fmri_lm_config
object collecting all
options for robust and autoregressive modelling. It validates inputs and
applies defaults so downstream functions receive a single structured list.
fmri_lm_control(robust_options = list(), ar_options = list())
robust_options |
list of robust fitting options. See Details. |
ar_options |
list of autoregressive modelling options. See Details. |
robust_options
may contain:
type
(FALSE
, "huber", "bisquare")
k_huber
c_tukey
max_iter
scale_scope
("run", "global")
reestimate_phi
(logical)
ar_options
may contain:
struct
("iid", "ar1", "ar2", "arp")
p
(order for "arp")
iter_gls
(integer number of GLS iterations)
global
(logical, use global phi)
voxelwise
(logical)
exact_first
(logical)
An object of class fmri_lm_config
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.