Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Stas Kolenikov <skolenik@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: Rounding Errors Stata 12 |
Date | Wed, 13 Feb 2013 08:38:27 -0600 |
Read about -help data types- and -insheet- your data as -double-s. The default -float- does not have enough accuracy. (Add it to the wish list for Stata 13: make -double- the default type, or get rid of -float-s whatsoever; I have -set type double- in my profile.do, and only generate -float- variables when I need to reproduce somebody's round-off errors.) -- -- Stas Kolenikov, PhD, PStat (SSC) :: http://stas.kolenikov.name -- Senior Survey Statistician, Abt SRBI :: work email kolenikovs at srbi dot com -- Opinions stated in this email are mine only, and do not reflect the position of my employer On Wed, Feb 13, 2013 at 8:25 AM, Gray, Charles <gray.c@east.ei.com> wrote: > I am having an issue with Stata 12 adding decimal places to data that I > insheet. I simply have a dataset in .csv format. The dataset contains a > variable 'item_revenue.' When I open the dataset in Excel, several > observations have a value of 60237.8 for the 'item_revenue' variable. > However, when I insheet the dataset into Stata, these values change to > 60237.801. My insheet command is simply, > > insheet using "data.csv", comma clear > > My understanding is that the .csv format saves only the text and values > as they are displayed in cells of the active worksheet. So does anyone > know why Stata would add decimal places to a variable? > > Thanks, > > Charlie > > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/faqs/resources/statalist-faq/ > * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/