官术网_书友最值得收藏!

To get the most out of this book

  1. The official website of R is the Comprehensive R Archive Network (CRAN) at www.cran.r-project.org. At the time of writing this book, the most recent version of R is 3.5.1. This software is available for three platforms: Linux, macOS, and Windows. The reader can also download a nice frontend, such as RStudio.
  2. Every chapter has a header section titled Technical requirements. It gives a list of R packages required to run the code in that chapter. For example, the requirements for Chapter 3, Bagging, are as follows:
    • class
    • FNN
    • ipred
    • mlbench
    • rpart

The reader then needs to install all of these packages by running the following lines in the R console:

install.packages("class")
install.packages("mlbench")
install.packages("FNN")
install.packages("rpart")
install.packages("ipred")
主站蜘蛛池模板: 桐庐县| 岑巩县| 张掖市| 湄潭县| 建阳市| 紫金县| 方正县| 石泉县| 社旗县| 南靖县| 卢湾区| 鹤岗市| 鹤庆县| 犍为县| 铁岭县| 开远市| 全南县| 达拉特旗| 温泉县| 定边县| 德阳市| 元朗区| 阜阳市| 烟台市| 饶阳县| 饶河县| 图们市| 察雅县| 布尔津县| 松原市| 睢宁县| 松桃| 房产| 梁平县| 博白县| 安陆市| 通海县| 大邑县| 田阳县| 彩票| 诸城市|