- R Programming By Example
- Omar Trejo Navarro
- 175字
- 2021-07-02 21:30:45
Summary
This chapter showed how to use multiple linear regression models, one of the most commonly used family of models, to predict numerical and categorical data. Our focus was on showing programming techniques that allow analysts to be more efficient in the projects while keeping their code quality high. We did so by showing how to create different model combinations programatically, measuring the predictive accuracy, and selecting the best one. The techniques used can easily be used with other, more advanced, types of models, and we encourage you to try to improve on the predictive accuracy by using other families of models. In the code that accompanies this book (https://github.com/PacktPublishing/R-Programming-By-Example), you can find an implementation that also uses generalized linear models to produce predictions.
In the following chapter, we will start working with a different and slightly less technical example that uses product data from a hypothetical company to show how to work with manipulative data in a variety of ways and use it with many kinds of visualizations, including 3D, interactive, and geospatial graphs.
- 21天學(xué)通JavaScript
- 21天學(xué)通PHP
- 網(wǎng)絡(luò)綜合布線技術(shù)
- STM32G4入門與電機控制實戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現(xiàn)
- Embedded Programming with Modern C++ Cookbook
- 可編程序控制器應(yīng)用實訓(xùn)(三菱機型)
- 網(wǎng)絡(luò)化分布式系統(tǒng)預(yù)測控制
- Enterprise PowerShell Scripting Bootcamp
- 計算機與信息技術(shù)基礎(chǔ)上機指導(dǎo)
- 悟透AutoCAD 2009案例自學(xué)手冊
- 單片機C語言程序設(shè)計完全自學(xué)手冊
- 奇點將至
- 21天學(xué)通Linux嵌入式開發(fā)
- Linux Shell Scripting Cookbook(Third Edition)
- Learning Cassandra for Administrators