The ______ function in R can be used to calculate the standard deviation of a numeric vector.

  • sd()
  • var()
  • mean()
  • median()
The sd() function in R can be used to calculate the standard deviation of a numeric vector. The sd() function computes the sample standard deviation, which measures the spread or variability of the values in the vector.
Add your answer
Loading...

Leave a comment

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