Hi VM,Please see below:On 1 February 2017 at 02:38, neuroimage analyst <neuroimage.analyst@gmail.com> wrote:Hi,We extracted volume measures from 7 ROIs in 2 groups and compareda) Mean of each ROI volume between group, and compared independently such asi) whether mean of ROI 1 in group 1 is equal to mean of ROI1 in group 2ii)whether mean of ROI 2 in group 1 is equal to mean of ROI2 in group 2 and so onThis means 7 comparisons, or 14 if you test both directions (tails) separately.b) Plotted the mean ROI volume for 2 independent measures and compared whether the slope between and within group is significantly different. such asi) Slope of ROI1 is positively associated with MoCA , age (grp1) ?ii) Slope of ROI1 is negatively associated with MoCA, age (grp2) ?iii) Slope of ROI1 vs MoCA (grp1) is significantly different than slope of ROI1 vs MoCA (grp2) ?iv) Slope of ROI1 vs MoCA (grp2) is significantly different than slope of ROI2 vs MoCA (grp2) ?These sound tests for main effects and interaction, with various combinations possible.Q1) Do we have to perform multiple comparisons for (a) and (b)?Yes.Q2) If yes, do we correct across 7 measurements for (a) and 2 measurements for (b) or 7 measurements for both (a) and (b)?You could put the values for the 7 ROIs in a table in .csv format, with one column per ROI and one row per subject. This would be the input data. Create a design matrix as:EV1: 0 or 1 coding for group 1EV2: 0 or 1 coding for group 2EV3: MoCA group 1EV4: MoCA group 2EV5: Age group 1EV6: Age group 2etcThen define a set of contrasts such as:C1: [1 -1 0 0 0 0 ...] - This tests if mean for group 1 > mean for group 2C2: [-1 1 0 0 0 0 ...] - This tests if mean for group 1 < mean for group 2C3: [0 0 1 -1 0 0 ...] - This tests if the slope for MoCA for group 1 > slope for MoCA for group 2C4: [0 0 -1 1 0 0 ...] - This tests if the slope for MoCA for group 1 < slope for MoCA for group 2C5: [0 0 1 0 0 0 ...] - This tests if slope for MoCA for group 1 > 0C6: [0 0 -1 0 0 0 ...] - This tests if slope for MoCA for group 1 < 0etcYou'd run this analysis in PALM with something as:palm -i input.csv -d design.mat -t design.con -corrcon -o myresults -logpHope this helps!All the best,Anderson______________________________There is evidence to both performing and nonperforming multiple comparisons In the literature.Any response (hopefully pointing to a literature) will be greatly appreciated.ThanksRegards--VM_________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/ freesurfer
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.