pct_sig {fMRItools} | R Documentation |
Convert data values to percent signal.
Description
Convert data values to percent signal.
Usage
pct_sig(X, center = median, by = c("column", "all"))
Arguments
X |
a |
center |
A function that computes the center of a numeric vector.
Default: |
by |
Should the center be measured individually for each |
Value
X
with its columns normalized to percent signal. (A value of
85 will represent a -15% signal change.)
[Package fMRItools version 0.4.7 Index]