Displaying 1 result from an estimated 1 matches for "tp22365996p22387672".
2009 Mar 06
3
how to omit NA without using ifelse
I have a 50*50 matrix,some entry are NAs,I want to replace these NA by
0,so can I use some syntax to do so other than using ifelse?
I tried to use replace(a,NA,0),it didnt work~~(a is matrix name)
Thanks~
[[alternative HTML version deleted]]