| print.fmriAR_plan | R Documentation |
Pretty-print an fmriAR whitening plan
## S3 method for class 'fmriAR_plan'
print(x, ...)
x |
An object returned by |
... |
Unused; included for S3 compatibility. |
The input plan, invisibly.
resid <- matrix(rnorm(60), 20, 3)
plan <- fit_noise(resid, method = "ar", p = 2)
print(plan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.