powered by
Pretty-print an fmriAR whitening plan
# S3 method for fmriAR_plan print(x, ...)
The input plan, invisibly.
An object returned by fit_noise().
fit_noise()
Unused; included for S3 compatibility.
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