Rstudio

This sub section will be dedicated to all kinds of themes. From Data manipulation with tidyverse, Exploratory Data Analysis to Simulation and optimization in R. We will use Rstudio and Rmardown to make it easy and friendly for the readers to be following along. In some occasions Shiny will be used to more dinamic and interactive contents.

  • Monte Carlo Simulations (Portuguese)
  • We proceed with different ways of running a MC simulation in R. One method is simply by using the integrate function anther way is by importing the cma package and the more manual way of doing it.

  • Coin flipping (Portuguese)
  • We use the example of flipping a Coin to check the probabilities to get tails or heads. With this example we are able to see the Effect of the law of large number taking place.