What are the data structures in r that is used to perform statistical analyses and create graphs?



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

Post New Answer

More R Programming Interview Questions

Why the function anova()?

1 Answers  


What is the function definition?

1 Answers  


Explain how R commands are written?

1 Answers  


What is the rattle package in r?

1 Answers  


Write a custom function in R?

1 Answers  


What is a variable assignment?

1 Answers  


How can you merge two data frames in R language?

1 Answers  


Explain r graphics devices?

1 Answers  


Describe strsplit() in r string manipulation?

1 Answers  


Write a custom function which will replace all the missing values in a vector with the mean of values.

1 Answers  


What is the table in r?

1 Answers  


How will you convert a factor variable to numeric in r language?

0 Answers  


Categories