What are the data structures in r that is used to perform statistical analyses and create graphs?
Answer / Ajay Kumar Kanaujiya
{"Data Structures": "In R, some of the common data structures for performing statistical analyses and creating graphics include: vectors (one-dimensional arrays), matrices (two-dimensional arrays), data frames (a combination of columns with different types of variables), and lists (which can contain multiple elements of different types)."}
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you fit a linear model over a scatter-plot?
What are the different components of grammar of graphics?
Name some functions available in “dplyr” package.
What are debuggers and debugging techniques in R?
What is a white noise model?
I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?
What is functional programming and memory issues in on the performance basis?
What does the term 'dreaded for loop' means?
What is power analysis ?
What is a graphic device?
How can you simulate noise model using r?
Explain What is R?