Question
What does the summary() function usually provide for a numeric vector?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A compact set of descriptive statistics including quartiles and the mean
Explanation:
summary() reports values such as the minimum, quartiles, median, mean, and maximum.
It offers a quick numerical overview of a variable.
Leave a Reply