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 |
What is s4?
What do you understand by data visualization in R using ggplot2?
How to use R from python?
How many types of vectors are present in r?
How using rprof() to find slow spots in your code in r?
What do copy-on-change issues in r?
What is a loop in r?
Name the functions which help in importing data from other applications in R?
What is principal component analysis?
What is Predictive Analysis in R?
How many data structures does r language have?
What is logistic regression?