Which data object in r is used to store and process categorical data?
Answer / Dileep Kumar Verma
In R, the factor data type is used to represent categorical data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are statistical features of R?
What is Visualization in R?
What is t-tests() in R?
Which function in r language is used to find out whether the means of 2 groups are equal to each other or not?
Why R language?
Differentiate between k-means clustering and hierarchical clustering?
What is the apply() family in r?
What is the power analysis?
How can you resample statistical tests in r language?
What is the function definition?
What are programming features of R?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?