Which data structure is used to store categorical variables?
Answer / Arun Kumar Shukla
In R, factors are the primary data structure used to store categorical variables. Factors consist of a series of unique levels and corresponding integers (the factor levels are encoded as integers for more efficient storage).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain an extended example of connections?
Explain how to name the list elements in r?
What are programming features of R?
What is Visualization in R?
What is the function used for adding datasets in R?
Why Reshape R Package?
How can you simulate noise model using r?
Write a function in R language to replace the missing value in a vector with the mean of that vector?
Explain in brief preliminaries of C/C++?
How to construct a new s3 class?
Why is R useful for data science?
Describe strsplit() in r string manipulation?