Skip to content
Prev 138120 / 398506 Next

Newbie: Incorrect number of dimensions

Here is the structure
num [1:6280, 1:8] 2.22e-16 2.22e-16 2.22e-16 2.22e-16 2.22e-16 ...
 - attr(*, "dimnames")=List of 2
  ..$ : NULL
  ..$ : chr [1:8] "rawp" "Bonferroni" "Holm" "Hochberg" ...

I tried, but it still giving me the same error message "Incorrect Dimension"

probe.names<-all_differ[[1]][all_differ[[6280]][,"BY"]<=0.01]

Am i using the wrong dimension?

thanks,
Keizer
jholtman wrote: