Intermediate
R
Q61 / 100
What does "table(x)" return for a categorical vector x?
Correct! Well done.
Incorrect.
The correct answer is B) A frequency table (counts) of each unique value in x
B
Correct Answer
A frequency table (counts) of each unique value in x
Explanation
table() builds a contingency table of counts for each unique value (or combination of values) in the input vector(s).
Progress
61/100