raymond chiruka wrote:
> hie
> how do I specify the number of decuimal places for my calulations
>thanks
>
Hi raymond,
If you mean the number of decimal places to display, options(digits=...)
Jim
__
R-help@r-project.org mailing list
https://sta
Your calculations are done with a precision that depends on your machine.
I guess that you want to know how to _print_ more decimal digits.
See how many digits you print now with
getOption("digits")
Change this with, e.g.,
options(digits=12)
On Mon, 12 Nov 2007, raymond chiruka wrote:
> hie
>
2 matches
Mail list logo