rob_trend {fMRIscrub} | R Documentation |
Robust linear model on DCT bases
Description
Fit a linear model regressing an input vector on DCT bases, robustly.
Usage
rob_trend(x, nDCT = 4, lmrob_method = "MM", seed = 0)
Arguments
x |
The input vector to regress on DCT bases |
nDCT |
The number of DCT bases to use. Default: |
lmrob_method |
The |
seed |
Set a seed right before the call to |
Value
The output of robustbase::lmrob
[Package fMRIscrub version 0.14.5 Index]