powered by
Specifies a Gamma variate haemodynamic response function for the given time vector and FWHM.
gammaHRF(x, FWHM = 4, verbose = TRUE)
Vector representing the values of the function for the given time vector and FWHM.
Time vector in seconds.
Full Width Half Maximum of the Gamma variate function.
If TRUE, warnings are displayed.
TRUE
M. Welvaert
Buxton, RB, Uludag, K, Dubowitz, DJ and Liu, TT (2004). Modeling the hemodynamic response to brain activation. NeuroImage, 23, S220-S233.
canonicalHRF, balloon
canonicalHRF
balloon
t <- 1:100 out <- gammaHRF(t, verbose=FALSE) rm(t,out)
Run the code above in your browser using DataLab