How many types of vectors are present in r?
Answer / Sureena Yadav
In R, there are two main types of vectors: atomic vectors and lists. Atomic vectors are homogeneous, meaning they contain elements of the same data type (e.g., integer or character), while lists can contain different data types.nnAtomic vectors can be created using the `c()` function or vector literals, while lists can be created using the `list()` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you merge two data frames in R language?
What are various steps involved in analytics project in r?
What is the Use of String Utilities in the edtdbg Debugging Tool in R string manipulation?
Name the functions which help in importing data from other applications in R?
how to import data into R?
How to use R from python?
What is a random forest? How do you build and evaluate a random forest in r?
What is principal component analysis and how can you create a pca model in r?
Name some functions available in “dplyr” package.
How would you make multiple plots onto a single page in r?
give examples of while and for loop in r.
What is power analysis ?