
經過上一次的崩潰我們已經可以成功地載入數據
> dataset <- read.csv("檔案路徑”)
EX : > dataset <- read.csv("D:/Vian/Downloads/blog-r.csv")
現在可以對數據做些花樣了,像是這次的目標盒鬚圖,是個可以展現數據分布與群組差異的好圖,因為圖中有標出25%、50%、75%跟離群值,所以可以很值觀的感受數據的集中跟離散程度。
圖片來源 : https://www.leansigmacorporation.com/box-plot-with-jmp/

