x is a vector of type integer, as shown on line 1 below. What is the type of the result returned by the statement > median(x)?
x <- c(12L, 6L, 10L, 8L, 15L, 14L, 19L, 18L, 23L, 59L)
x is a vector of type integer, as shown on line 1 below. What is the type of the result returned by the statement > median(x)?
x <- c(12L, 6L, 10L, 8L, 15L, 14L, 19L, 18L, 23L, 59L)