You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package includes a number of tutorials that we deliver workshops on. Each tutorial comes in an interactive document with the course notes, code examples, exercises and quiz questions. Therefore these also function as self contained study notes which you can work through at your pace.
27
27
28
28
To get a list of the tutorials we currently have available you can run
29
29
30
30
```
31
-
available_tutorials("cfrrRTutorials")
31
+
available_tutorials("cfrrRtutorials")
32
32
```
33
33
34
34
This should give a list like the following
35
35
36
36
```
37
37
Available tutorials:
38
-
* cfrrRTutorials
39
-
- Advanced Regression Analysis : "Advanced Regression Analysis with R"
40
-
- Regression Analysis with R : "Introduction to Regression Analysis with R"
38
+
* cfrrRtutorials
39
+
- Introduction to Regression with R : "Introduction to Regression with R"
40
+
- Mixed Effects Regression with R : "Mixed Effects Regression with R"
41
+
- Regression Analysis in R: Adapting to Varied Data Types : "Regression Analysis in R: Adapting to Varied Data Types"
41
42
```
42
43
43
44
44
45
You can launch any of these tutorials with the `run_tutorial` function from the `learnr` package. Note, upon execution the command below first needs to build the interactive elements. This may take a few minutes. The progress of the build can be seen in the **Jobs** tab in the bottom left panel of Rstudio.
45
46
46
-
For example to launch the "Regression Analysis with R" tutorial which is an introductory course , you can run:
47
+
For example to launch the "Introduction to Regression with R" tutorial which is an introductory course , you can run:
47
48
48
49
```
49
-
learnr::run_tutorial("Regression Analysis with R", "cfrrRTutorials")
50
+
learnr::run_tutorial("Introduction to Regression with R", "cfrrRtutorials")
50
51
```
51
52
52
53
When ready the tutorial may launch in a new window, or (more likely) there will be some output in red in the **Jobs** console that says something like:
To launch the tutorial you shuold need to copy the web address in this case (http://127.0.0.1:38555) into a web browser of your choice, such as Chrome.
66
+
If the tutorial doe snot automatically launch in a new windonw, to launch it copy the web address in this case (http://127.0.0.1:38555) into a web browser of your choice, such as Chrome.
66
67
67
68
You can then start the workshop in this document. You can navigate through the sections using the menu on the side. Please note that the data required for the examples and exercises is preloaded within each interactive document, so the commands/exercises only work within it. They won't work with the Rstudio console. When you come to apply what you have learned on your own datasets, you will need to ensure your data is loaded and edit the syntax to model the relevant variables.
68
69
@@ -76,4 +77,4 @@ Contributions to this repository follow those set out by the wider Coding For Re
76
77
77
78
# Acknowledgements
78
79
79
-
This materials were developed by Eilis Hannon as part of the Coding For Reproducible Research Programme.
80
+
This materials were developed by Eilis Hannon as part of the Coding For Reproducible Research Programme.
0 commit comments