What is the use of apply() in R?
Answer / Sumit Verma
The apply() function in R is used to apply a specified function along one, two, or three margins of an array or matrix. It allows you to perform operations on entire rows, columns, or subsets of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by ANOVA models in R?
From the below data-set, extract only those values where age>60 and sex=”f”.
What is the regular expression in R string manipulation?
Why is R useful for data science?
Why the stepaic()?
What is Predictive Analysis in R?
What is a motivation behind data visualization in R?
Explain DBSCAN algorithm in R?
Explain in brief preliminaries of C/C++?
In R how you can import Data?
What is SAS and SPSS in R?
Explain r graphics devices?