"DC Introduction to R - Vectors"의 두 판 사이의 차이

18번째 줄: 18번째 줄:
==같이 보기==
==같이 보기==
* [[DC Introduction to R]]
* [[DC Introduction to R]]
==Create a vector==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=1
<source lang='r'>
</source>
==Create a vector (2)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=2
<source lang='r'>
</source>
==Create a vector (3)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=3
<source lang='r'>
</source>
==Naming a vector==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=4
<source lang='r'>
</source>
==Naming a vector (2)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=5
<source lang='r'>
</source>
==Calculating total winnings==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=6
<source lang='r'>
</source>
==Calculating total winnings (2)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=7
<source lang='r'>
</source>
==Calculating total winnings (3)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=8
<source lang='r'>
</source>
==Comparing total winnings==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=9
<source lang='r'>
</source>
==Vector selection: the good times==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=10
<source lang='r'>
</source>
==Vector selection: the good times (2)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=11
<source lang='r'>
</source>
==Vector selection: the good times (3)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=12
<source lang='r'>
</source>
==Vector selection: the good times (4)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=13
<source lang='r'>
</source>
==Selection by comparison - Step 1==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=14
<source lang='r'>
</source>
==Selection by comparison - Step 2==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=15
<source lang='r'>
</source>
==Advanced selection==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-2-vectors-2?ex=16
<source lang='r'>
</source>


[[분류: DC Introduction to R]]
[[분류: DC Introduction to R]]

2019년 4월 6일 (토) 01:55 판

1 개요

# 시나리오
DC Introduction to R - Intro to basics
DC Introduction to R - Vectors
DC Introduction to R - Matrices
DC Introduction to R - Factors
DC Introduction to R - Data frames
DC Introduction to R - Lists

2 같이 보기

3 Create a vector

4 Create a vector (2)

5 Create a vector (3)

6 Naming a vector

7 Naming a vector (2)

8 Calculating total winnings

9 Calculating total winnings (2)

10 Calculating total winnings (3)

11 Comparing total winnings

12 Vector selection: the good times

13 Vector selection: the good times (2)

14 Vector selection: the good times (3)

15 Vector selection: the good times (4)

16 Selection by comparison - Step 1

17 Selection by comparison - Step 2

18 Advanced selection

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}