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.
springboot在一個項目中啓動多個核心啓動類
2.
Spring Boot日誌-3 ------>SLF4J與別的框架整合
3.
SpringMVC-Maven(一)
4.
idea全局設置
5.
將word選擇題轉換成Excel
6.
myeclipse工程中library 和 web-inf下lib的區別
7.
Java入門——第一個Hello Word
8.
在chrome安裝vue devtools(以及安裝過程中出現的錯誤)
9.
Jacob線上部署及多項目部署問題處理
10.
1.初識nginx
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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
>>更多相關文章<<