What is median in r?
Answer / Vivek Kumar Shukla
The median in R is the middle value of a dataset when it's sorted in ascending order. It can be calculated using the median() function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain main features to write R code that runs faster?
What is the use of sink(), Library () and search() function?
What do you understand by a workspace in r programming language?
Enlist the advantages of using r languages?
What are methods for character functions in R?
What is SAS and SPSS in R?
What makes a valid variable name in R?
What is scan() in r?
How will you create scatterplot matrices in r language?
How would you find out the mean of one column with respect to another?
Write the syntax to set the path for current working directory in r environment?
Which function helps you perform sorting in r language?