search for: tp23248409p23249234

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

2009 Apr 27
3
Cannot clean infinite values
Hello all, I have to import numeric data from file but found it contains Infinite values which need to be eliminated. I tried to replace them in this way: data[which(data=="-Inf")] <- -0.3 data[which(data=="+Inf")] <- 0.3 But, somehow, the Infinite values stayed there. Any suggestions? regards, N. -- View this message in context: