Displaying 1 result from an estimated 1 matches for "r61512".
Did you mean:
r61112
2013 Jan 02
1
scientific notation and comparison with character variable
L.S.
Is the following expected and/or documented?
> 1e-2 < "0.05"
[1] TRUE
> 1e-4 < "0.05"
[1] FALSE
Many thanks in advance for any pointer.
Best,
Tobias
> sessionInfo()
R Under development (unstable) (2013-01-01 r61512)
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils...