这怎么可能:
> match(1.68, seq(0.01,10, by = .01)) [1] 168 > match(1.67, seq(0.01,10, by = .01)) [1] NA
R函数match是否有错误?
match
r
r ×1