Skip to content
Prev 7121 / 63421 Next

Small typo in An Introduction to R (PR#1402)

Thank you, Michele.

I've fixed it now.
Martin
Michele> At a snail's pace I keep on translating an
    Michele> introduction to R into italian; I have reached the
    Michele> section describing the glm() function, in which
    Michele> some example code is presented. The very last line
    Michele> of code, before the beginning of the section on
    Michele> Poisson models is:

    Michele> ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl)

    Michele> ........ the correct code should    Michele> be:

    Michele> ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fml)); c(ldp, ldl)


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._