Skip to contents

Pretty-print an fmriAR whitening plan

Usage

# S3 method for class 'fmriAR_plan'
print(x, ...)

Arguments

x

An object returned by fit_noise().

...

Unused; included for S3 compatibility.

Value

The input plan, invisibly.

Examples

resid <- matrix(rnorm(60), 20, 3)
plan <- fit_noise(resid, method = "ar", p = 2)
print(plan)
#> fmriAR whitening plan
#>   Method: AR
#>   Orders: p = 1, q = 0
#>   Pooling: global
#>   Exact first-sample scaling: AR(1)
#>   Coefficients:
#>     global: phi = -0.334