Which of these holds true for factors?
create.factor()
functionNice! We store categorical data in factors that we've created with the factor()
function. The categories are called levels.
Almost! We store categorical data in factors that we've created with the factor()
function. The categories are called levels.