This document provides an introduction to probability and statistical concepts using R. It defines key terms like random variables, sample space, events, and probability. It discusses definitions of probability, conditional probability, independent and dependent events. It provides examples of calculating probabilities for things like coin tosses, dice rolls, and card draws. It also introduces Bayes' theorem and provides examples of how to calculate conditional probabilities using this approach. Finally, it discusses how naive Bayes classification works in machine learning by applying Bayes' theorem.