36 lines
644 B
Markdown
36 lines
644 B
Markdown
|
---
|
||
|
id: 5e9a093a74c4063ca6f7c14c
|
||
|
challengeType: 11
|
||
|
videoId: VJrP2FUzKP0
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
|
||
|
<section id='description'>
|
||
|
More resources:
|
||
|
- <a href="https://docs.google.com/presentation/d/1fDpjlyMiOMJyuc7_jMekcYLPP2XlSl1eWw9F7yE7byk" target='_blank'>Slides</a>
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: |
|
||
|
Why should you choose R over Python for data analysis?
|
||
|
|
||
|
answers:
|
||
|
- |
|
||
|
It's simple to learn.
|
||
|
- |
|
||
|
It's better at dealing with advanced statistical methods.
|
||
|
- |
|
||
|
There are many powerful libraries that support R.
|
||
|
- |
|
||
|
It's free and open source.
|
||
|
solution: 2
|
||
|
```
|
||
|
|
||
|
</section>
|