search for: acko

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

Did you mean: ack
2007 Jul 14
1
How to remove the quote "" in the data frame?
...ere is no quote in the data frame. However, I add "ress", all column were found the quote. How to remove it? If you can delete the quote in the file "ress", that is better. Thanks. > ress[1:10] [1] "ABHO.ABNE" "ABHO.ACBA" "ABHO.ACGI" "ABHO.ACKO" "ABHO.ACMA" "ABHO.ACMO" [7] "ABHO.ACPS" "ABHO.ACSE" "ABHO.ACTE" "ABHO.ACTR" > res=cbind(obv.value,p.value,mean.sim) > res[1:10,] obv.value p.value mean.sim [1,] 2 1.0 6.0 [2,] 0 1.0 0....