University School of Automation & Robotics

Personal resource archive for various courses.

q10.r

x <- c(4, 12, NA, 108, 324, NA, 2916, 8748)
quantile(x, 1 / 4, na.rm = TRUE)
quantile(x, 3 / 4, na.rm = TRUE)