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.
Mud Puddles ( bfs )
2.
ReSIProcate环境搭建
3.
SNAT(IP段)和配置网络服务、网络会话
4.
第8章 Linux文件类型及查找命令实践
5.
AIO介绍(八)
6.
中年转行互联网,原动力、计划、行动(中)
7.
详解如何让自己的网站/APP/应用支持IPV6访问,从域名解析配置到服务器配置详细步骤完整。
8.
PHP 5 构建系统
9.
不看后悔系列!Rocket MQ 使用排查指南(附网盘链接)
10.
如何简单创建虚拟机(CentoOS 6.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
>>更多相关文章<<