What you need for this book
All the codes examples provided in this book should be run in the R console that is to be installed first on your computer. You can download the software for free and find the installation instructions for all major operating systems at http://r-project.org. Although we will not cover advanced topics such as how to use R in Integrated Development Environment, there are awesome plugins for Emacs, Eclipse, vi, or Notepad++ besides other editors, and we also highly recommend that you try RStudio, which is a free and open source IDE dedicated to R.
Apart from a working R installation, we will also use some user-contributed R packages that can be easily installed from the Comprehensive A Archive Network. To install a package, use the install.packages
command in the R console, shown as follows:
> install.packages('Quantmod')
After installation, the package should also be loaded first to the current R session before usage:
> library (Quantmod)
You can find free introductory articles and manuals on the R home page.
- Python機器學習:數(shù)據(jù)分析與評分卡建模(微課版)
- Building a Game with Unity and Blender
- PHP+MySQL+Dreamweaver動態(tài)網(wǎng)站開發(fā)實例教程
- 名師講壇:Java微服務架構(gòu)實戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- concrete5 Cookbook
- ServiceNow:Building Powerful Workflows
- Internet of Things with ESP8266
- 汽車人機交互界面整合設計
- Mastering HTML5 Forms
- Get Your Hands Dirty on Clean Architecture
- 體驗之道:從需求到實踐的用戶體驗實戰(zhàn)
- 微信公眾平臺開發(fā)最佳實踐
- Java程序性能優(yōu)化實戰(zhàn)
- Visual FoxPro數(shù)據(jù)庫程序設計
- 新手學ASP.NET 3.5網(wǎng)絡開發(fā)