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.
微软准备淘汰 SHA-1
2.
Windows Server 2019 Update 2010,20H2
3.
Jmeter+Selenium结合使用(完整篇)
4.
windows服务基础
5.
mysql 查看线程及kill线程
6.
DevExpresss LookUpEdit详解
7.
GitLab简单配置SSHKey与计算机建立连接
8.
桶排序(BucketSort)
9.
桶排序(BucketSort)
10.
C++ 桶排序(BucketSort)
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
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
>>更多相关文章<<