I couldn't find my answer from previous similar posts, hence asking this silly question.
I have two groups of samples, say A and B, with 3 replicates of each.
I used t.test(paired=T) function in R to figure out statistically significant (0.05) data points among the two groups.
Now, my question is shall I also go for the correction of obtained p-values from t.test() function. Something like this
p.adjust(p, method = p.adjust.methods, n = length(p))
Irrespective of your answer "yes" or "no", please explain. I am bit lost.
