Configure mkcontrast-sess: Difference between revisions

From CCN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


The key thing is that the <u>'''a'''</u>ctivated and <u>'''c'''</u>ontrast weightings must sum to zero. Continuing with this example, to configure the words &gt; nonwords contrast for the analysis specified by the previous call to <code>mkanalysis-sess</code>, you would run the following command within your $SUBJECTS_DIR:
The key thing is that the <u>'''a'''</u>ctivated and <u>'''c'''</u>ontrast weightings must sum to zero. Continuing with this example, to configure the words &gt; nonwords contrast for the analysis specified by the previous call to <code>mkanalysis-sess</code>, you would run the following command within your $SUBJECTS_DIR:
  mkcontrast-sess -analysis ldt.lh -contrast words-v-nonwords -a 2 -a 3 -c 1
  mkcontrast-sess -analysis LDT.sm6.lh -contrast words-v-nonwords -a 2 -a 3 -c 1


Pertinent to some of our borrowed data, we have the following conditions for the children's dyslexia study:
Pertinent to some of our borrowed data, we have the following conditions for the children's dyslexia study:

Revision as of 15:05, 12 May 2016

Contrasts are embodiments of hypotheses that you want to test. They are linear combinations of conditions. In order to construct a contrast, you need to know the numeric ID associated with each condition; this is specified in your paradigm file.

Suppose, for example, your par-files for the LDT experiment were encoded with the following conditions:

1 nonword
2 low-frequency word
3 high-frequency word

Contrasts between conditions are vector weightings of each condition.

The key thing is that the activated and contrast weightings must sum to zero. Continuing with this example, to configure the words > nonwords contrast for the analysis specified by the previous call to mkanalysis-sess, you would run the following command within your $SUBJECTS_DIR:

mkcontrast-sess -analysis LDT.sm6.lh -contrast words-v-nonwords -a 2 -a 3 -c 1

Pertinent to some of our borrowed data, we have the following conditions for the children's dyslexia study:

1 O+P+
2 O+P-
3 O-P+
4 O-P-
5 Null (Fixation)
6 Perceptual

Contrasts between all first four lexical conditions and the fixation condition (i.e., LEX-FIX) would be coded:

mkcontrast-sess -analysis booth500.sm6.lh -contrast LEX_v_FIX -a 1 -a 2 -a 3 -a 4 -c 5