canonicalHRF | R Documentation |
Specifies a double-gamma variate haemodynamic response function for the given time vector and parameters.
canonicalHRF(x, param = NULL, verbose = TRUE)
x |
Time vector in seconds. |
param |
List of parameters of the haemodynamic response function. The list should contain the following:
|
verbose |
If |
Vector representing the values of the function for the given time vector and parameters.
M. Welvaert
[1] Friston, KJ, Fletcher, P, Josephs, O, Holmes, AP, Rugg, MD and Turner, R (1998). Event-related fMRI: Characterising differential responses. NeuroImage, 7, 30-40.
[2] Glover, GH (1999). Deconvolution of impulse response in event-related BOLD fMRI. NeuroImage, 9, 416-429.
gammaHRF
, balloon
t <- 1:100
out <- canonicalHRF(t, verbose=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.