activations.classical {BayesfMRI} | R Documentation |
Identification of areas of activation in a General Linear Model using classical methods
Description
Identification of areas of activation in a General Linear Model using classical methods
Usage
activations.classical(
x,
gamma = 0,
alpha = 0.05,
correction = c("FWER", "FDR", "none"),
fields,
session,
mesh = NULL
)
Arguments
x |
A |
gamma , alpha , correction , fields , session |
See |
mesh |
(Optional) An |
Value
A matrix corresponding to the 0-1 activation status for the model coefficients.
[Package BayesfMRI version 0.10.1 Index]