How many data structures R has?
Answer / Robin Singh
R has several built-in data structures, including vectors, lists, factors, matrices, and data frames. Additionally, custom data structures can be created using classes and methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name some functions which can be used for debugging in r?
Name various sectors that are using R?
What is the use of abline() function?
What packages are used for data mining in r?
From the below data-set, extract only those values where age>60 and sex=”f”.
How would you measure correlation in r?
What is iPlots?
Explain different types of objects present in R?
What is data mining and what data miners do in R?
What is the different type of sorting algorithms available in R language?
What is JIT in R?
What is the purpose of using Next statement in R language?