認識資料
在本章的練習中,你會使用一個包含網路文章各項指標的資料集。它已經儲存在你的環境裡的物件 newsData 中。
dplyr 與 corrplot 套件已為你載入。
本練習屬於課程
R 的行銷分析機器學習
練習說明
- 檢視資料的整體結構。
- 使用
corrplot()觀察變數之間的相關性結構。
動手互動練習
試著完成這個範例程式碼,體驗一下這個練習。
# Overview of data structure:
___(newsData, give.attr = FALSE)
# Correlation structure:
newsData %>% ___() %>% ___()