What is a factor?
Answer / Bhagwan Dei
In R, a factor is a data structure for categorical variables that can have unique and ordered levels. It stores the actual value of each category in the levels attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain tcp/ip applications, services and protocols?
What is the difference between the library() and require() functions in R language?
What is recursion in r?
What are applications of recursion?
How will you convert a factor variable to numeric in r language?
What is median in r?
Give examples of “select” and “filter” functions from “dplyr” package.
What do you understand by R cluster analysis?
What are fundamental principles of debugging?
Which data structure is used to store categorical variables?
What are the different data structures in r? Briefly explain about them.
Explain about confusion matrix in r?