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.
跳槽面試的幾個實用小技巧,不妨看看!
2.
Mac實用技巧 |如何使用Mac系統中自帶的預覽工具將圖片變成黑白色?
3.
Mac實用技巧 |如何使用Mac系統中自帶的預覽工具將圖片變成黑白色?
4.
如何使用Mac系統中自帶的預覽工具將圖片變成黑白色?
5.
Mac OS非兼容Windows軟件運行解決方案——「以VMware & Microsoft Access爲例「
6.
封裝 pyinstaller -F -i b.ico excel.py
7.
數據庫作業三ER圖待完善
8.
nvm安裝使用低版本node.js(非命令安裝)
9.
如何快速轉換圖片格式
10.
將表格內容分條轉換爲若干文檔
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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
>>更多相關文章<<