List out some of the function that R provides?
Answer / Shweta Verma
Some important functions provided by R include `sum()`, `mean()`, `median()`, `min()`, `max()`, `sd()` (standard deviation), `var()` (variance), and `length()`. For data manipulation, `c()` (concatenate), `seq()` (sequence), and `factor()` are commonly used.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of sample and subset functions in R programming language?
What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?
Enlist the addition function used in R language?
Explain what is transpose?
What is mean in r?
What is r’s c interface?
Explain main features to write R code that runs faster?
What are the tools for debugging in R?
Why are the VCD and lattice packages used?
Describe nchar() in r string manipulation?
What are Features of Recursion?
What is string manipulation in R?