R语言中求分位数

1、测试1

test <- 1:10
test
a <- quantile(test,c(0.25,0.75))
a

R语言中求分位数

 

相关文章: