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 |
Why the function anova()?
What is the function definition?
Explain how R commands are written?
What is the rattle package in r?
Write a custom function in R?
What is a variable assignment?
How can you merge two data frames in R language?
Explain r graphics devices?
Describe strsplit() in r string manipulation?
Write a custom function which will replace all the missing values in a vector with the mean of values.
What is the table in r?
How will you convert a factor variable to numeric in r language?