Skip to content
Prev 132428 / 398506 Next

read.table() and precision?

Thank you for your response!

'write.table' writes up to 15 decimal digits which is
not the machine (double) precision but not far from
that - sorry for the misleading comments!

After all I found a way to do what I needed without
using disk or much memory and doing only twice as much
work as I could with unlimited memory, so I will stick
to this approach.
--- Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: