Raw Message
Message-ID: <00e701c3d0a2$84d903c0$2d0ffea9@oemcomputer>
Date: 2004-01-01T20:04:41Z
From: Fredrik Lundgren
Subject: force fixed format
Hello,
A small problem I can't solve
> p <- 0.0001
> p
[1] 1e-04
How can I force the printout of p to 0.0001?
I have tried 'format', 'round', 'signif', 'print' in different combinations without success.
Fredrik Lundgren