Re: [R] Wired result when I convert from Character to Numeric

2018-05-23 Thread Gerrit Eichner
Hi, Christofer, try print(as.numeric(x), digits = 10) # or another number of digits to increase the printed(!) precision. Hth -- Gerrit Am 23.05.2018 um 12:42 schrieb Christofer Bogaso: Hi, Below is my simple result in R x = "1282553.821000" as.numeric(x) [1] 1282554 Any idea whe

[R] Wired result when I convert from Character to Numeric

2018-05-23 Thread Christofer Bogaso
Hi, Below is my simple result in R > x = "1282553.821000" > as.numeric(x) [1] 1282554 Any idea where all numbers in the decimal places (ie 8, 2, 1) are gone? Thanks, __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://sta