The quantile function in R displays sample quantiles corresponding to given probabilities. The smallest observation corresponds to…
If you are just starting out in R it’ll be important to know how to determine your…
Reading a table in R is quite straight-forward. We are going to read a table from the…
There are a few different ways to import data into R. We will cover two ways in…
We will walk you through how to run random sampling in R, but first lets discuss what…
Lets learn how to generate random numbers in R. There might be occasions where you’d want to…
What is str? Str is a compact way to display the structure of an R object. This…
The lapply function in R applies a function to elements in a list or a vector and…
Previously we showed you how to write a loop in R. Very often it’s a better idea…
Just apply! What does that even mean? Well, some R programmers will tell you to use the…