Message-ID: <508B4905.7080407@gmail.com>
Date: 2012-10-27T02:37:57Z
From: Duncan Murdoch
Subject: Wrong output in R.14
In-Reply-To: <CAFsjYraTF6J3sdUp4YzZLfetXOxS+pK8Be-d+7TJBUhW3ee7RA@mail.gmail.com>
On 12-10-26 11:31 AM, Elham Khodayari Moez wrote:
> Dear Sir/Madam,
> I am a MSc student of Biostatistics. For my thesis, I used R to simulate
> data. Surprisingly, when I wrote the code below in R14, the output was a
> vector full of "FALSE"s.
> Would you please check and let me know why this happend?
See the R FAQ item 7.31.
Duncan Murdoch
>
> ti=seq(1,10,by=0.1)
> ti==2.9
>
> I'm looking forward to receiving your reply.
> Thank you
> Elham K.Moez
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>