An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121026/0bc9edd1/attachment.pl>
Wrong output in R.14
3 messages · Elham Khodayari Moez, Rolf Turner, Duncan Murdoch
FAQ 7.31
cheers,
Rolf Turner
On 27/10/12 04:31, 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? ti=seq(1,10,by=0.1) ti==2.9 I'm looking forward to receiving your reply.
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.