You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Aaron's fMRI matlab tools.
Hello Aaron,
I have a 3 level group factor and I wanted to make sure of the direction of my contrasts being that changing the order of a posthoc contrast doesn't flip the sign. Are factor levels entered alphabetically or by first appearance? If it's the latter, that would mean it assigns levels as it enters contrasts images following the subject index, correct? Thus, can I just check the order of appearance by entering dat.FACTORNAME and read the descending order?
Thank you,
Adam
Aaron Schultz
unread,
Dec 6, 2018, 10:21:38 PM12/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
If the factor is 3 level, then the output stats should be F-stats
which will always be positive.
Off the top of my head, I believe the order for the design matrix is
based off of unique(factor,'stable') (though it may be unique(factor)
which will sort the levels alpha-numerically). For a three level
factor the design matrix will be formed as 1-2 and 2-3.
As covered in the thread listed above, the best thing to do is extract
a VOI and plot the data to ensure that you are interpreting
directionality correctly.