Skip to content

Commit d7eca8d

Browse files
committed
Clarified use of + and - operators for categorical contrasts w/ group model analysis builder.
1 parent 2a4a68a commit d7eca8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/user/_sources/fsl_ga.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Specifying Contrasts
7373
* **>** Greater than
7474
* **+** Positive
7575
* **-** Negative
76+
For categorical contrasts, use the + and - operators. Using a phenotype file with two groups coded as 1 or 2 will produce an EV for 'group2'. 'group2+' will perform the contrast 'group 2 > group 1' and 'group2-' will perform the contrast 'group 1 > group 2'. Using these two operators avoids issues of multicollinearity introduced by dummy coding.
7677

7778
#. **f-Tests - [checkboxes]:** Define an f-test by selecting two or more contrasts to include. When you are done, select the f-tests that you wish to run.
7879

docs/user/fsl_ga.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ <h3>Specifying Contrasts<a class="headerlink" href="#specifying-contrasts" title
102102
<ol class="arabic">
103103
<li><dl class="first docutils">
104104
<dt><strong>Contrasts - [checkboxes]:</strong> Specify your contrasts in this box. When the model builder builds the design matrix, it will process the categorical variables appropriately and provide the names of the different levels available as contrast labels, listed under &#8216;Available Contrasts&#8217;. When you are done specifying contrasts check the contrasts you wish to run. The contrast operators available include:</dt>
105-
<dd><ul class="first last simple">
105+
<dd><ul class="first simple">
106106
<li><strong>&gt;</strong> Greater than</li>
107107
<li><strong>+</strong> Positive</li>
108108
<li><strong>-</strong> Negative</li>
109109
</ul>
110+
<p class="last">For categorical contrasts, use the + and - operators. Using a phenotype file with two groups coded as 1 or 2 will produce an EV for &#8216;group2&#8217;. &#8216;group2+&#8217; will perform the contrast &#8216;group 2 &gt; group 1&#8217; and &#8216;group2-&#8216; will perform the contrast &#8216;group 1 &gt; group 2&#8217;. Using these two operators avoids issues of multicollinearity introduced by dummy coding.</p>
110111
</dd>
111112
</dl>
112113
</li>

0 commit comments

Comments
 (0)