search for: xgmrs4usmaetunxs6nb

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

2010 Oct 28
3
0.3 is not 0.3, bug in seq() function?
Dear List, I've been running a numerical simulation and I found this odd error in my code where the which command could not identify which rows of a column of data.frame were corresponding to the value 0.3. There are 7 unique values in this column (0.01,0.05,0.1,0.2,0.3,0.4,0.5), and this does not work only for 0.3. So I looked at the column and manually tried to use the which() command, and