search for: partmult

Displaying 1 result from an estimated 1 matches for "partmult".

Did you mean: matmult
2010 Mar 03
1
Help with multtest (rawp2adjp)
...ate the adjusted p values using one method. so it has the two columns as: rawp BH I combined these using cbind with my actual dataframe. checked using head all was fine. thereafter I am trying to extract the rows where the values in BH are below a particular value(alpha say 0.05): by the command: partMult <- subset(multData,BH < 0.05) this gives a error saying that the operator < is not valid for factors. Initally it seemed that the column BH is a factor, but typeof(BH) revealed that it is a integer variable. I also tried converting it into doube, and it did convert but then the values jus...