Dear Kathie,

On Fri, 13 Feb 2009 21:08:25 -0800 (PST)
kathie <kathryn.lord2...@gmail.com> wrote:

> Dear R users,
> [snip]
> 
> However, even though the results show that y=8 for x=0.11, when
> x=0.11, actual y value is -0.9.  And, y=-0.8 for x=0.88.  I cannot
> understand the above results.

It may help you to understand those results when you look at the
difference between
        0.1 < x & x < 0.2
and
        0.1 < x && x < 0.2

Your code used the latter but I strongly suspect you wanted the former.

HTH.

Best wishes,

        Berwin

=========================== Full address =============================
Berwin A Turlach                            Tel.: +65 6516 4416 (secr)
Dept of Statistics and Applied Probability        +65 6516 6650 (self)
Faculty of Science                          FAX : +65 6872 3919       
National University of Singapore     
6 Science Drive 2, Blk S16, Level 7          e-mail: sta...@nus.edu.sg
Singapore 117546                    http://www.stat.nus.edu.sg/~statba

______________________________________________
R-help@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.

Reply via email to