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

15번째 줄: 15번째 줄:
| || [[DC Introduction to R - Lists]]
| || [[DC Introduction to R - Lists]]
|}
|}
==What's a matrix?==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=1
<source lang='r'>
</source>
==Analyze matrices, you shall==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=2
<source lang='r'>
</source>
==Naming a matrix==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=3
<source lang='r'>
</source>
==Calculating the worldwide box office==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=4
<source lang='r'>
</source>
==Adding a column for the Worldwide box office==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=5
<source lang='r'>
</source>
==Adding a row==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=6
<source lang='r'>
</source>
==The total box office revenue for the entire saga==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=7
<source lang='r'>
</source>
==Selection of matrix elements==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=8
<source lang='r'>
</source>
==A little arithmetic with matrices==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=9
<source lang='r'>
</source>
==A little arithmetic with matrices (2)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-3-matrices-3?ex=10
<source lang='r'>
</source>


==같이 보기==
==같이 보기==

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

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 What's a matrix?

3 Analyze matrices, you shall

4 Naming a matrix

5 Calculating the worldwide box office

6 Adding a column for the Worldwide box office

7 Adding a row

8 The total box office revenue for the entire saga

9 Selection of matrix elements

10 A little arithmetic with matrices

11 A little arithmetic with matrices (2)

12 같이 보기

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