Question: How does a matrix differ from a data frame?
- A matrix may contain numeric values only.
- A matrix must not be singular.
- A data frame may contain variables that have different modes.
- A data frame may contain variables of different lengths.
Answer: The correct answer of the above question is Option C:A data frame may contain variables that have different modes.