[EMAIL PROTECTED] wrote:
> Full_Name: Aart Overeem
> Version: 2.2.0
> OS: Linux
> Submission from: (NULL) (145.23.254.155)
>
>
> Construct a dataframe consisting of several variables by using 'data.frame'
> and
> 'cbind' and write it to a file with 'write.table'. The file consists of
> headers
>
I believe this to be a false report. It is *printing* that rounds off the
numbers, not the reading.
You provide no evidence of your assertions: here is a simple counter-example:
> A <- data.frame(a=12.4283675334551)
> write.table(A, "foo")
> AA <- read.table("foo")
> A
a
1 12.42837
>
On Tue, 2006-06-13 at 16:01 +0200, [EMAIL PROTECTED] wrote:
> Full_Name: Aart Overeem
> Version: 2.2.0
You are asked not to report bugs on out-dated versions of R...
> OS: Linux
> Submission from: (NULL) (145.23.254.155)
>
>
> Construct a dataframe consisting of several variables by using 'data
[EMAIL PROTECTED] wrote:
> Full_Name: Aart Overeem
> Version: 2.2.0
> OS: Linux
> Submission from: (NULL) (145.23.254.155)
>
>
> Construct a dataframe consisting of several variables by using 'data.frame'
> and
> 'cbind' and write it to a file with 'write.table'. The file consists of
> headers
Full_Name: Aart Overeem
Version: 2.2.0
OS: Linux
Submission from: (NULL) (145.23.254.155)
Construct a dataframe consisting of several variables by using 'data.frame' and
'cbind' and write it to a file with 'write.table'. The file consists of headers
and values, such as 12.4283675334551 (so 13 num