Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: In search of the lost precision
From
Austin Nichols <[email protected]>
To
[email protected]
Subject
Re: st: In search of the lost precision
Date
Thu, 30 Jun 2011 15:21:16 -0400
Farshad Pourmalek <[email protected]>:
clear all
set obs 1
g v1=".154143995764484"
tempfile v
outsheet v1 using `v'
insheet using `v', clear double
list
infile str16 v1 using `v', clear
drop in 1
list
On Thu, Jun 30, 2011 at 3:04 PM, Farshad Pourmalek
<[email protected]> wrote:
> Hi!
>
> Is there a way to insheet 0.154143995764484 without losing precision?
>
> I used Stata IC 9.1 for Windows as below
>
> insheet using "C:\data\0.154143995764484.csv", clear
> codebook
> * It is float, %9.0g, .15414399, not .154143995764484
>
> insheet using "C:\data\0.154143995764484.csv",clear double
> codebook
> * It is double, %10.0g, .1541439957645, not .154143995764484
>
> Thank you,
> Farshad Pourmalek
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/