search for: talbe_x

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

Did you mean: table_x
2006 Jun 19
1
how to do this sum?
Hi, Everybody! I have a big table which named table_x, and all the elements in the table is very large! Now I want to do the summay on the talbe_x[,3]. Unfornately, I can't get the right result! And the R give the warning messages as follow: > sum(table_x[,3]) >[1] NA >Warning message: >interger overflow in sum(.);please use sum(as.numeric(.)) (the original upper message is Chinese,and I have translated those to English.)...