有时候我们需要对boxplot中的异常值进行去除,这个时候我们可以利用R语言的boxplot完成:. 得到离群值的索引: OutVals = boxplot(x)$out which(x %in ...
確定! 回上一頁