What is median in r?
Answer Posted / 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.
Post New Answer View All Answers
Given a vector of numbers, how would you turn the values into scientific notation?
103
How will you convert a factor variable to numeric in r language?
148
How can you verify if a given object “X” is a matrix data object?
118