--
You received this message because you are subscribed to the Google Groups "brainGraph-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-he...@googlegroups.com.
To post to this group, send email to brainGr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/c5a6c7d8-9748-4016-83ff-1f6d29e5c46a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "brainGraph-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-he...@googlegroups.com.
To post to this group, send email to brainGr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/f591697b-3a90-459a-9519-b2655ca97f3a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/f4aa07dd-8aa5-486e-9a12-06929ebf468d%40googlegroups.com.
If you don't have any covariates, then you can use "kruskal.test" to test for a difference between all groups. I think the easiest way would be to have a data.table of your network measures of interest (in my User Guide, I usually call it something like "dt.net.meas").
If, for example, you would like to test for a between-group difference in "vertex degree" at every vertex (region), something like this should work:dt.net.meas[, kruskal.test(degree ~ as.numeric(Group))$p.value, by=region]If you have multiple thresholds/densities,
dt.net.meas[, kruskal.test(degree ~ as.numeric(Group))$p.value, by=.(threshold, region)]Note that this code only returns the p-values.Let me know if this helps you.Chris
On Sun, Apr 10, 2016 at 3:08 PM, John Anderson wrote:
I'm trying to compare 3 groups using the AAL 90 regions (excluding cerebellum). I haven't included other covariates at this stage.On Sunday, April 10, 2016 at 3:07:21 PM UTC-4, Chris Watson wrote:How many groups and how many covariates do you have?On Sun, Apr 10, 2016 at 3:00 PM, John Anderson <johnaea...@gmail.com> wrote:Hi Chris,--Thanks for your reply. I'm working with group correlation matrices generated from resting-state fMRI. So, I think the group.graphs.diffs function sounds most like what I need.John
On Sunday, April 10, 2016 at 1:36:02 PM UTC-4, John Anderson wrote:Dear Chris Watson,Thank you so much for putting together this package! I've started looking through the documentation & can see that two-group comparisons will be easily accommodated by this framework. Is it possible to use this package to perform the equivalent of an ANOVA?Thanks in advance,John
You received this message because you are subscribed to the Google Groups "brainGraph-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-he...@googlegroups.com.
To post to this group, send email to brainGr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/f591697b-3a90-459a-9519-b2655ca97f3a%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "brainGraph-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-help+unsubscribe@googlegroups.com.
To post to this group, send email to brainGraph-help@googlegroups.com.