In this tutorial, we will learn how to use mean() function in R to compute mean (or average) of a vector. In the most basic use case, mean() function takes a vector as input argument and computes arithmetic mean of the elements in the vector In R, we can learn more about … [Read more...] about How to compute mean in R