|
Line 3
|
Entry |
|
|
1 |
number of variables in the
design, that is, number of IVs. Macro can handle 1 or 2. |
|
2 |
Name of variable to be used as DV.
(Some experiments have more than one potential DV. The text file we create
sets one to be used. If a person wants to change the DV used the only
changed needed is to enter the name of the preferred DV here. |
|
3 |
Name of the first IV |
|
4 |
Number of levels of the first IV |
|
5 |
Names of the levels of the first
IV |
|
(6) |
(Name of the second IV) |
|
(7) |
(Number of levels of the second
IV) |
|
(8) |
(Names of the levels of the
second IV) |
Examples:
CASE "Maze"
Line3="1,Time,Block,5,I,II,III,IV,V,"
CASE "MentalRotation"
Line3="2,RT,TrialType,2,Same,Different,Angle,8,0,45,90,135,180,225,270,315,"
Line 4
|
Entry |
|
|
1 |
number of subject variables
included in data record |
|
2 |
Name of subject variables
variables |
|
3 |
Name of pieces of data in the
data record (Number sent in Answer 9) |
|
4 |
Name of first piece of data.
Follow with a # if floating point |
|
(5) |
Names of second piece of data.
Follow with a # if floating point |
|
Etc. |
Etc. |
|
Last |
Line if a Line graph is preferred
in output; Bar if a bar graph is preferred in output. |
Examples:
CASE "Maze"
Line4="1,Gender,3,Block,Time#,Errors,Line,"
CASE "MentalRotation"
Line4="3,Gender,Hand,Age,4,TrialType,Angle,RT#,Choice,Line,"
CASE "MirrorDrawing"
Line4="4,Gender,Hand,Age,Race,2,TrialType,Time#,Bar," |