Answers for "r find the quantile of a dataset"

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 "r find the quantile of a dataset"

Browse Popular Code Answers by Language