- Modern R Programming Cookbook
- Jaynal Abedin
- 97字
- 2021-07-08 09:48:31
Getting ready
To get started with this recipe, you must have R installed on your computer. You also need to understand the structure of a matrix and various operations. There is no library required for this recipe, but if you are interested in advanced matrix algebra, then you might consider the See also section of this recipe. A matrix is considered as a two-dimensional grid where each cell is represented by a row and column index and the value of the cell is the entries of the matrix. The cell may contain logical, numeric, or character elements.
推薦閱讀
- Python概率統計
- Designing Machine Learning Systems with Python
- Spring Boot開發與測試實戰
- Building a Game with Unity and Blender
- Python爬蟲開發:從入門到實戰(微課版)
- MongoDB for Java Developers
- Java開發入行真功夫
- Mastering Python Networking
- 打開Go語言之門:入門、實戰與進階
- MATLAB GUI純代碼編寫從入門到實戰
- 創意UI Photoshop玩轉移動UI設計
- Deep Learning for Natural Language Processing
- Learning WordPress REST API
- SAS編程演義
- Go Programming Cookbook(Second Edition)