Question
Which R object is most suitable for a rectangular dataset with variables of different types?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A data frame
Explanation:
A data frame organizes observations in rows and variables in columns.
Different columns may store numeric, character, logical, or factor data.
Leave a Reply