This document provides an introduction to Bayesian statistics using R. It discusses key Bayesian concepts like the prior, likelihood, and posterior distributions. It assumes familiarity with basic probability and probability distributions. Examples are provided to demonstrate Bayesian estimation and inference for binomial and normal distributions. Specifically, it shows how to estimate the probability of success θ in a binomial model and the mean μ in a normal model using different prior distributions and calculating the resulting posterior distributions in R.