Using R, I\'m trying to convert a factor to numeric using as.numeric(as.character(x)). Many of the x values are very small and I noticed that they turn into zero. F
as.numeric(as.character(x))