rmh@surfer.sbm.temple.edu
2001-Dec-04 16:34 UTC
[Rd] help(dbinom) recommended documentation improvement (PR#1195)
Version 1.3.1 (2001-08-31) help(dbinom) currently says p(x) = Choose(n,x) p^x (1-p)^(n-x) Better would be p(x) = choose(n,x) p^x (1-p)^(n-x) since "choose" with lower case is the function name. Even better would be p(x) = choose(n,x) * p^x * (1-p)^(n-x) because the user could pick up the right-hand-side and execute it. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._