In R, the ______ function can be used to get a summary of the data in a data frame.

  • summary()
  • describe()
  • stats()
  • overview()
The summary() function in R can be used to obtain a summary of the data in a data frame. It provides information such as minimum, maximum, median, mean, and quartiles for each column in the data frame.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *