Answers for "how to calculate quantile in R"

R
0

get quantile value in r

unname(quantile(c(1,2,3,4),0.75))
# 3.25
Posted by: Guest on March-23-2021

Code answers related to "how to calculate quantile in R"

Browse Popular Code Answers by Language