Learn R Programming

fmriAR (version 0.3.1)

print.fmriAR_plan: Pretty-print an fmriAR whitening plan

Description

Pretty-print an fmriAR whitening plan

Usage

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

Value

The input plan, invisibly.

Arguments

x

An object returned by fit_noise().

...

Unused; included for S3 compatibility.

Examples

Run this code
resid <- matrix(rnorm(60), 20, 3)
plan <- fit_noise(resid, method = "ar", p = 2)
print(plan)

Run the code above in your browser using DataLab