- Modern R Programming Cookbook
- Jaynal Abedin
- 97字
- 2021-07-08 09:48:30
Getting ready
To follow this recipe, you need the R software installed on your computer. Before going to the next step, you have to understand the definition of a vector in R. In R, a vector is simply a collection of values with the same type; it could be all character, numeric, or logical. For example, it could contain names of places/countries, it could contain the number of hours a person spends on the internet over the last seven days, or it could also contain whether a group of people has a certain disease or not (true/false).
推薦閱讀
- Advanced Quantitative Finance with C++
- 跟“龍哥”學C語言編程
- Microsoft Dynamics 365 Extensions Cookbook
- JavaScript Unlocked
- aelf區塊鏈應用架構指南
- GitLab Repository Management
- Learning Network Forensics
- 編程菜鳥學Python數據分析
- The Professional ScrumMaster’s Handbook
- IPython Interactive Computing and Visualization Cookbook
- Visual C++從入門到精通(第2版)
- Android智能手機APP界面設計實戰教程
- Learning Alfresco Web Scripts
- 深入理解Zabbix監控系統
- C#程序開發教程