Skip to content

Commit 75444e2

Browse files
Merge pull request #310 from coding-for-reproducible-research/quizes_update
Add where is my understanding quizes
2 parents bd4e61d + adaab22 commit 75444e2

9 files changed

+4691
-2
lines changed

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,15 @@ parts:
6868
sections:
6969
- file: where_is_my_understanding/intro_to_python
7070
- file: where_is_my_understanding/python_for_data_analysis
71+
- file: where_is_my_understanding/using_markdown_in_python
7172
- file: where_is_my_understanding/R
7273
sections:
7374
- file: where_is_my_understanding/intro_to_r
7475
- file: where_is_my_understanding/regression_analysis_with_R
7576
- file: where_is_my_understanding/advanced_regression_analysis_with_R
7677
- file: where_is_my_understanding/working_with_data_in_r
78+
- file: where_is_my_understanding/improve_your_r_code
79+
- file: where_is_my_understanding/intro_to_markdown_with_r
7780
- file: where_is_my_understanding/unix
7881
sections:
7982
- file: where_is_my_understanding/intro_to_unix

where_is_my_understanding/advanced_regression_analysis_with_R.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tags": []
1212
},
1313
"source": [
14-
"# Advanced Regression Analysis with R\n",
14+
"# Regression Analysis in R: Adapting to Varied Data Types\n",
1515
"The following questions are aimed at testing your understanding of the content that is covered within this course. There is no defined threshold below which we believe you should attend the course. Rather, it is aimed at helping you engage with the content and reflect on whether you would benefit from attending the course. It is intended that you will engage with documentation and use Google throughout. Even if you get all the questions right, you are, of course, more than welcome to still attend the course as a refresher!"
1616
]
1717
},

0 commit comments

Comments
 (0)