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 |
Give a brief introduction to an array in R?
Explain how to operate on lists in r?
How do you install a package in r?
What is object-oriented programming in r?
What is mean in r?
Why we need data visualization in R?
What do you know about the evaluate_model() function from “statisticalmodeling” package
What is white noise model in r?
Explain the type of clustering in R?
How many types of vectors are present in r?
How you can start the r commander gui?
What is meant by character function in R?