<div dir="ltr">Thank you for the note. <div><br></div><div>I cannot find this error. It appears to be correct in both the printed book and the online code file -- see attached screenshot from the PDF for the book, as well as the <a href="http://r-marketing.r-forge.r-project.org/code/chapter3-ChapmanFeit.R">code here</a>. Could you clarify where you found this mistake? <div><div><br></div><div>I hope you're enjoying the book! Cheers and best wishes,</div><div><br></div><div>-- Chris<div><div><br></div><div><img src="cid:ii_160d1f037284a713" alt="Inline image 1" width="481" height="158"><br></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 6, 2018 at 11:50 PM,  <span dir="ltr"><<a href="mailto:G.Maubach@gmx.de" target="_blank">G.Maubach@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chris,<br>
Hi Elea,<br>
<br>
could you correct this please:<br>
<br>
Wrong:<br>
<br>
p1.table2[, 2] / p1.table2[, 1] + p1.table2[, 2]<br>
    2.19     2.29     2.49     2.79     2.99<br>
41.11582 46.11558 42.11024 47.11869 32.09329<br>
<br>
Correct:<br>
<br>
p1.table2[, 2] / ( p1.table2[, 1] + p1.table2[, 2] )<br>
      2.19       2.29       2.49       2.79       2.99<br>
0.10379747 0.10360360 0.09929078 0.10609481 0.08533333<br>
<br>
Best regards<br>
<br>
Georg<br>
______________________________<wbr>_________________<br>
R-marketing-bugs mailing list<br>
<a href="mailto:R-marketing-bugs@lists.r-forge.r-project.org">R-marketing-bugs@lists.r-<wbr>forge.r-project.org</a><br>
<a href="http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/r-marketing-bugs" rel="noreferrer" target="_blank">http://lists.r-forge.r-<wbr>project.org/cgi-bin/mailman/<wbr>listinfo/r-marketing-bugs</a><br>
</blockquote></div><br></div>