JavaShuo
欄目
標籤
learning R with swirl-subsetting vectors(子集向量)
時間 2021-01-20
原文
原文鏈接
這一次,我們學習從向量組中抽出特定的向量,例如我們只對向量前20個元素感興趣,或者對向量中NA值感興趣。 你告訴R想要挑選哪些特殊的向量是通過在向量名的方括號裏放置索引向量所知道的。例如: 索引向量有四種不同的類型,邏輯向量,正整數向量,負整數向量,字符串向量。 首先我們先來講邏輯向量:原先我們學過的is.na()是在NA的地方輸出TRUE,在有值的地方輸出FALSE,
>>阅读原文<<
相關文章
1.
learning R with swirl-logic
2.
learning R with swirl-functions
3.
learning R with swirl-dates and times
4.
Working with vectors
5.
learning R with swirl-simulation(模擬)
6.
learning R with swirl-looking at data
7.
learning r with swirl -basic building blocks
8.
learning R with swirl-sequences of numbers
9.
learning R with swirl-workspace and files
10.
learning R with swirl-missing value
更多相關文章...
•
R 因子
-
R 語言教程
•
Lua 面向對象
-
Lua 教程
•
☆技術問答集錦(13)Java Instrument原理
•
算法總結-歸併排序
相關標籤/搜索
vectors
learning
向量
量子
集子
子集
r&r
r%
with+this
R 語言教程
Hibernate教程
PHP教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
python的安裝和Hello,World編寫
2.
重磅解讀:K8s Cluster Autoscaler模塊及對應華爲雲插件Deep Dive
3.
鴻蒙學習筆記2(永不斷更)
4.
static關鍵字 和構造代碼塊
5.
JVM筆記
6.
無法啓動 C/C++ 語言服務器。IntelliSense 功能將被禁用。錯誤: Missing binary at c:\Users\MSI-NB\.vscode\extensions\ms-vsc
7.
【Hive】Hive返回碼狀態含義
8.
Java樹形結構遞歸(以時間換空間)和非遞歸(以空間換時間)
9.
數據預處理---缺失值
10.
都要2021年了,現代C++有什麼值得我們學習的?
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
learning R with swirl-logic
2.
learning R with swirl-functions
3.
learning R with swirl-dates and times
4.
Working with vectors
5.
learning R with swirl-simulation(模擬)
6.
learning R with swirl-looking at data
7.
learning r with swirl -basic building blocks
8.
learning R with swirl-sequences of numbers
9.
learning R with swirl-workspace and files
10.
learning R with swirl-missing value
>>更多相關文章<<