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 |
What makes a valid variable name in R?
Explain an extended example of connections?
What is a white noise model and how can you simulate it using r?
What is transpose?
Name the functions which helps in importing data from other applications in R?
What is the tree in r?
What is an Atomic vector and how many types of atomic vectors are present in R?
Write the r programming code for an array of words so that the output is displayed in decreasing frequency order?
Describe grep() in r string manipulation?
Why the cv.im()?
What is a loop in r?
What is t-tests() in R?