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

16번째 줄: 16번째 줄:
| || [[DC Introduction to R - Lists]]
| || [[DC Introduction to R - Lists]]
|}
|}
==What's a factor and why would you use it?==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=1
<source lang='r'>
</source>
==What's a factor and why would you use it? (2)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=2
<source lang='r'>
</source>
==What's a factor and why would you use it? (3)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=3
<source lang='r'>
</source>
==Factor levels==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=4
<source lang='r'>
</source>
==Summarizing a factor==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=5
<source lang='r'>
</source>
==Battle of the sexes==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=6
<source lang='r'>
</source>
==Ordered factors==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=7
<source lang='r'>
</source>
==Ordered factors (2)==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=8
<source lang='r'>
</source>
==Comparing ordered factors==
* https://campus.datacamp.com/courses/free-introduction-to-r/chapter-4-factors-4?ex=9
<source lang='r'>
</source>

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

1 개요

# DC Introduction to R
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 factor and why would you use it?

3 What's a factor and why would you use it? (2)

4 What's a factor and why would you use it? (3)

5 Factor levels

6 Summarizing a factor

7 Battle of the sexes

8 Ordered factors

9 Ordered factors (2)

10 Comparing ordered factors

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