Displaying 1 result from an estimated 1 matches for "genenamesubset".
2000 Aug 03
1
multiple comparison tests & simultaneous multiple plots
...t through, so here it is again!
Hi Rer's,
R-1.1.0
I have two questions for you:
1)
I am trying to complete a multiple comparison test after completing a
one-way ANOVA on some data. I think this is pretty reasonable.
aov(MetricSubset ~ GeneNameFactor)
works
pairwise.t.test(MetricSubset,GeneNameSubset,p.adjuxt.method=bonferroni,p
ool.sd=FALSE)
returns,
Error in meanplot.R(c(3258, 3780, 3968, 2577, 8831, 2501, 2586, 2679, :
couldn't find function "pairwise.t.test"
I also looked at the R function
p.adjust
I am not sure how p.adjust with multiple comparisons.
Does R...