What is the apply() family in r?
Answer / Manendra Singh
The `apply()` function family in R applies a given function over lists, arrays, or matrices according to various modes. It provides six functions: `apply()`, `apply()`, `sapply()`, `lapply()`, `vapply()`, and `tapply().`
| Is This Answer Correct ? | 0 Yes | 0 No |
Compare R with other technologies.
How can you resample statistical tests in r language?
Which function in r language is used to find out whether the means of 2 groups are equal to each other or not?
What is the difference between the data frame and a matrix in R?
Differentiate between k-means clustering and hierarchical clustering?
Describe nchar() in r string manipulation?
What is the function definition?
What do you know about the rattle package in r?
Which function is used to create a histogram visualisation in r programming language?
What is the tree in r?
How would you create a box-plot using “plotly”?
Explain the significance of transpose in r language