djnavarro / rbook

Source files for "Learning Statistics with R"
https://learningstatisticswithr.com
470 stars 156 forks source link

Switched `dnorm()` to `pnorm()`. #19

Open camkay opened 4 years ago

camkay commented 4 years ago

I noticed what I believed to be a small error in Chapter 9. It looked like dnorm was listed as the function for calculating the cumulative probability of a normal distribution instead of pnorm.

In any case, love the book!

camkay commented 4 years ago

Since I created my last pull request I noticed the "What.it.does" column for qnorm() and qbinom() listed the q functions (i.e., "q qnorm() qbinom()") rather than what the q functions do (i.e., "quantile of").

djnavarro commented 4 years ago

Ah thanks! I'll take a proper look at this when I get around to revising the book (hopefully soon)