R语言中求分位数
时间:2021-04-24 13:48:00
收藏:0
阅读:0
R语言中求分位数
1、测试1
test <- 1:10
test
a <- quantile(test,c(0.25,0.75))
a
评论(0)
R语言中求分位数
1、测试1
test <- 1:10
test
a <- quantile(test,c(0.25,0.75))
a