Re: [R] Increase R precision

2010-10-27 Thread Petr PIKAL
ion use machine precision. Display is changed by options Regards Petr > > Best regards > Alex > > > > > > > From: Alain Guillet > > Cc: Rhelp > Sent: Wed, October 27, 2010 1:58:46 PM > Subject: Re: [R] Increase R

Re: [R] Increase R precision

2010-10-27 Thread Alain Guillet
*From:* Alain Guillet *To:* Alaios *Cc:* Rhelp *Sent:* Wed, October 27, 2010 1:58:46 PM *Subject:* Re: [R] Increase R precision Hi, It is not a problem of precision but a problem of display. > options(digits=15) > (18-46)/(45-

Re: [R] Increase R precision

2010-10-27 Thread Alaios
So? Do you imply that I do not need to change the precision.. and if yes how to change the default display settings? Best regards Alex From: Alain Guillet Cc: Rhelp Sent: Wed, October 27, 2010 1:58:46 PM Subject: Re: [R] Increase R precision Hi, It is

Re: [R] Increase R precision

2010-10-27 Thread Alain Guillet
Hi, It is not a problem of precision but a problem of display. > options(digits=15) > (18-46)/(45-93) [1] 0.583 Alain On 27-Oct-10 13:49, Alaios wrote: Hello everyone. When I execute the following in R (18-46)/(45-93) [1] 0.583 I get small precision for what I am trying

Re: [R] Increase R precision

2010-10-27 Thread Duncan Murdoch
On 27/10/2010 7:49 AM, Alaios wrote: Hello everyone. When I execute the following in R > (18-46)/(45-93) [1] 0.583 I get small precision for what I am trying to deal with . Is it possible to increase the precision for this and for other operations? For example openoffice calc for this op

Re: [R] Increase R precision

2010-10-27 Thread stephen sefick
?options On Wed, Oct 27, 2010 at 6:49 AM, Alaios wrote: > Hello everyone. > > When I execute the following in R >> (18-46)/(45-93) > [1] 0.583 > > I get small precision for what I am trying to deal with .  Is it possible to > increase the precision for this and for other operations? > > For e

[R] Increase R precision

2010-10-27 Thread Alaios
Hello everyone. When I execute the following in R > (18-46)/(45-93) [1] 0.583 I get small precision for what I am trying to deal with . Is it possible to increase the precision for this and for other operations? For example openoffice calc for this operation returns 0.583000