Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Factors
Summary

Instruction

Great job! Let's now move on from discussing missing values to another important topic in data analysis in R: factors.

To start, take a look at the phone column of the houses data frame. What values does this column contain?

Exercise

Use the table() function to examine the values that are stored in the phone column.