Which data object in r is used to store and process categorical data?
Answer Posted / Dileep Kumar Verma
In R, the factor data type is used to represent categorical data.
Post New Answer View All Answers
Given a vector of numbers, how would you turn the values into scientific notation?
124
How will you convert a factor variable to numeric in r language?
168
How can you verify if a given object “X” is a matrix data object?
140