Chapter 11
Introducing Probability
IN THIS CHAPTER
Defining probability
Working with probability
Dealing with random variables and their distributions
Focusing on the binomial distribution
Learning probability-related R functions
Probability is the basis of hypothesis testing and inferential statistics, so I use this concept throughout the book. (Seems like a fine time to introduce it!)
Most of the time, I represent probability as the proportion of area under part of a distribution. For example, the probability of a Type I error (also known as α) is the area in a tail of the standard normal distribution, or in a tail of the t distribution.
It’s time to examine probability in greater detail, including random variables, permutations, and combinations. I show you some fundamentals and applications of probability, and then I focus on a couple of specific probability distributions. I also tell you about some probability-related R functions.
What Is Probability?
Most people have ...
Get R All-in-One For Dummies now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.