- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 103字
- 2021-06-25 21:08:51
Introduction to the dslabs R package
The dslabs R package is short for Data Science Labs. The package includes several datasets, such as the dataset called murders for US gun murders by state for 2010:
> library(dslabs) > data(murders) > head(murders) state abb region population total 1 Alabama AL South 4779736 135 2 Alaska AK West 710231 19 3 Arizona AZ West 6392017 232 4 Arkansas AR South 2915918 93 5 California CA West 37253956 1257 6 Colorado CO West 5029196 65
The following table shows the datasets included in the package:


Table 3.8 Datasets included in the R package called dslabs
推薦閱讀
- 計算機應用復習與練習
- Effective DevOps with AWS
- Photoshop CS3圖像處理融會貫通
- Apache Spark Deep Learning Cookbook
- 自動生產線的拆裝與調試
- Blender Compositing and Post Processing
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- ESP8266 Home Automation Projects
- 高維聚類知識發現關鍵技術研究及應用
- 運動控制系統應用與實踐
- 單片機C語言應用100例
- 手機游戲策劃設計
- Ansible 2 Cloud Automation Cookbook
- 簡明學中文版Flash動畫制作
- Practical AWS Networking