What is more functions in r and name them?
Answer / Hitesh Kuamar
In addition to the basic arithmetic and logical operators, R provides many other functions. Some examples include trigonometric functions like `sin()`, `cos()`, and `tan()`; mathematical functions like `exp(), log(), sqrt(),` and `abs()`; string manipulation functions like `paste(), substr(),` and `gsub()`; and statistical functions like `mean(), median(),` and `sd()`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to access list elements in r?
What is the apply() family in r?
What is correlation? How would you measure correlation in r?
What is the function definition?
How you can produce co-relations and covariances?
Explain in brief preliminaries of C/C++?
How you can start the r commander gui?
Why is R Important?
R programming language has several packages for data science which are meant to solve a specific problem, how do you decide which one to use?
In R how you can import Data?
How can you import data in r?
How many ways are there to read and write files?