Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in R Programming by (7.3k points)
Can anyone tell me what is mean() in R programming?

1 Answer

0 votes
by (41.4k points)

In R programming, we use the mean() function to calculate the average of the values given in a dataset. We just have to give the name of the dataset, along with the row or the column, in the mean() function. It will return the average of all the values present for the specified column.

If you are looking for an online course to learn R programming, check out this R Programming Online Course by Intellipaat.

Related questions

0 votes
1 answer
asked Jul 19, 2019 in R Programming by Ajinkya757 (5.3k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...