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 |
Write a function in R language to replace the missing value in a vector with the mean of that vector?
What is TCP/IP in R?
Describe strsplit() in r string manipulation?
What are the data structures in r that is used to perform statistical analyses and create graphs?
What is the need for Predictive Analysis in R?
How will you list all the datasets available in all R packages?
What is procedural programming in r?
Explain how to repeat vectors in r?
Explain what is with () and by () function in r is used for?
How to create vectors in r?
Differentiate between k-means clustering and hierarchical clustering?
Why the function anova()?