Explain more functions in brief in r?
Answer / Nirbhay Narayan Pandey
Some additional important R functions include `sum()` (sums elements of a vector, matrix or data frame), `mean()` (calculates the arithmetic mean of a numeric vector or data frame column), `median()` (finds the median value of a numeric vector), and `sd()` (computes the sample standard deviation).
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you extract one particular word from a string?
How To Create New Variable In R Programming?
Explain main features to write R code that runs faster?
What do you know about the rattle package in r?
What are the steps to build and evaluate a linear regression model in r?
Explain the programming features of R?
Explain disadvantages of density-based clustering in R?
Explain different types of atomic vectors in R?
What is recycling of elements in an r vector? Give an example.
Write the syntax to set the path for a current working directory in r environment?
What is the reshaping of data in R?
What is control structure in R?