bonferroni Questions
7
Solved
I've found this issue with t-tests and chi-squared in R but I assume this issue applies generally to other tests. If I do:
a <- 1:10
b <- 100:110
t.test(a,b)
I get: t = -64.6472, df = 18...
Pharmacist asked 7/8, 2011 at 4:16
6
Solved
I have a cell array of p-values that have to be adjusted for multiple comparisons. How can I do that in Matlab? I can't find a built-in function.
In R I would do:
data.pValue_adjusted = p.adjust(...
Endophyte asked 25/8, 2011 at 9:23
1
© 2022 - 2025 — McMap. All rights reserved.