We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb19c4 commit 31bc311Copy full SHA for 31bc311
nipype/algorithms/stats.py
@@ -22,7 +22,7 @@ class ActivationCountInputSpec(BaseInterfaceInputSpec):
22
desc='input file, generally a list of z-stat maps')
23
threshold = traits.Float(
24
mandatory=True, desc='binarization threshold. E.g. a threshold of 1.65 '
25
- 'corresponds to a two-sided test of p<.10')
+ 'corresponds to a two-sided Z-test of p<.10')
26
27
28
class ActivationCountOutputSpec(TraitedSpec):
0 commit comments