powered by
fmri.design(hrf, order = 2)
hrf
The order of the polynomial drift terms is given by order, which defaults to 2.
order
The polynomials are defined orthogonal to the stimuli given in hrf.
fmri.stimulus
fmri.lm
# Example 1 hrf <- fmri.stimulus(107, c(18, 48, 78), 15, 2) z <- fmri.design(hrf,2) par(mfrow=c(2,2)) for (i in 1:4) plot(z[,i],type="l")
Run the code above in your browser using DataLab