What are the data structures in r that is used to perform statistical analyses and create graphs?
Answer Posted / 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 |
Post New Answer View All Answers