- 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).
推薦閱讀
- Unreal Engine Physics Essentials
- 軟件測(cè)試工程師面試秘籍
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- 微信小程序開(kāi)發(fā)解析
- Python算法指南:程序員經(jīng)典算法分析與實(shí)現(xiàn)
- OpenCV with Python By Example
- 快速入門(mén)與進(jìn)階:Creo 4·0全實(shí)例精講
- Hands-On Kubernetes on Windows
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- Python計(jì)算機(jī)視覺(jué)和自然語(yǔ)言處理
- Scala編程實(shí)戰(zhàn)
- ROS機(jī)器人編程實(shí)戰(zhàn)
- ArcPy and ArcGIS(Second Edition)
- Visual C++網(wǎng)絡(luò)編程教程(Visual Studio 2010平臺(tái))