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

Instruction

Good job! As you may remember, you can display the levels of a factor vector, like this:

levels(houses$phone_factor)

Recall what we said before about NA—it represents a missing value. Much like it doesn't make sense to perform operations on missing values, it also doesn't make sense to define levels based on missing values! Thus, NA is not considered a level.

Exercise

The air_conditioner factor you created in the previous exercise contains some missing values. Display the levels of this factor. Is NA a level?