Learn R Programming

BayesfMRI (version 0.10.1)

GLM_est_resid_var_pw: Standardize data variance, and prewhiten if applicable

Description

Standardize data variance and prewhiten if applicable, for the GLM.

Usage

GLM_est_resid_var_pw(
  BOLD,
  design,
  spatial,
  session_names,
  field_names,
  design_type,
  valid_cols,
  nT,
  ar_order,
  ar_smooth,
  aic,
  n_threads,
  do_pw
)

Value

List of results

Arguments

BOLD, design, spatial

See fit_bayesglm.

session_names, field_names, design_type

See fit_bayesglm.

valid_cols, nT, do_pw

See fit_bayesglm.