History of AFNI updates  

|
March 19, 2010 11:19AM
> Is there any way I can run a 1-way repeated measures ANOVA in a single subject?

One approach is to use -gltsym in 3dDeconvolve with something like

-gltsym 'SYM: cond1 - cond2 \ cond1 - cond3 \ ... \ cond1 - cond12'

or

-gltsym 'SYM: cond1 - cond2 \ cond2 - cond3 \ ... \ cond11 - cond12'

or, more awkwardly,

-gltsym 'SYM: cond1 - 0.08333 * cond1 - 0.08333 * cond2 - ... - 0.08333 * cond12 \ cond2 - 0.08333 * cond1 - 0.08333 * cond2 - ... - 0.08333 * cond12 \ ... \ cond12 - 0.08333 * cond1 - 0.08333 * cond2 - ... - 0.08333 * cond12'

Gang
Subject Author Posted

1-way repeated measures ANOVA

Leo Fernandino March 18, 2010 04:57PM

Re: 1-way repeated measures ANOVA

Gang Chen March 19, 2010 11:19AM