What is data structure in r?
Answer / Preety Rani
In R, a data structure refers to a way of organizing and storing data. Common data structures in R include vectors, lists, matrices, arrays, factors, and data frames.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are R Functions?
What is data import in r language?
How would you find out the mean of one column with respect to another?
What is the apply() family in r?
Explain how to write files?
Explain about “initialize()” function in r?
What is recursive function in r?
How would you create a factor in r?
Explain how you can start the r commander gui?
What is s4?
What is recycling of elements in an r vector? Give an example.
Explain what is t-tests in r?