Skip to content

Commit b7455ce

Browse files
Merge pull request #288 from coding-for-reproducible-research/fix_R_landing_page
Update R landing page
2 parents d01c86c + 0d18359 commit b7455ce

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

data/workshop_info.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Introduction to Machine Learning,03/12/2024,27/02/2025,7th/14th/21st March 2025
1717
Improve your R Code,19/02/2025,22/04/2025,29th April 2025 10am-1pm,https://forms.office.com/e/bUXinqvWja,In-person only,https://coding-for-reproducible-research.github.io/CfRR_Courses/programme_information/improve_your_r_code.html
1818
Introduction to Markdown in R,19/02/2025,05/06/2025,6th June 2025 10am-1pm,https://forms.office.com/e/8diVktHHzt,In-person only,https://coding-for-reproducible-research.github.io/CfRR_Courses/programme_information/Introduction_to_Markdown_in_R.html
1919
Using Markdown for Python,19/02/2025,09/06/2025,10th June 2025 10am-1pm,https://forms.office.com/e/5ixSXnxdHb,In-person only,https://coding-for-reproducible-research.github.io/CfRR_Courses/programme_information/markdown_with_python.html
20+
Mixed Effects Regression with R,,,,,,

programme_information/R.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "9f765ae0-0f63-44eb-9d61-76d5664bea89",
5+
"id": "fe7f4882-05f6-4ac8-bc60-d38601b7b6bc",
66
"metadata": {
77
"editable": true,
88
"slideshow": {
@@ -15,9 +15,12 @@
1515
"\n",
1616
"We currently offer four R courses:\n",
1717
"- **Introduction to R**: In Introduction to R, you will learn R - a programming language focused on statistics, data analysis, and visualisation. This course provides an introduction to using RStudio, covering best practices, data management, and statistical analysis, equipping participants with the skills to run R commands and understand R objects.\n",
18-
"- **Regression Analysis with R**: This course covers regression analysis, a fundamental statistical technique for modelling relationships between multiple variables. In this hands-on workshop, you will learn to fit various regression models with R, interpret the output, and understand its connection to other common statistical tools.\n",
19-
"- **Advanced Regression Analysis with R**: In Advanced Regression Analysis with R, you'll build on your existing regression knowledge to fit more complex models, learn about different types of regression analysis, when to use them, and how to interpret the results.\n",
20-
"- **Working With Data in R**: In this course you will learn to use the Tidyverse, a collection of R packages for manipulating, cleaning, and analysing data, gaining familiarity with key packages and conventions, when using the Tidyverse with datasets in R."
18+
"- **Introduction to Regression with R**: This course covers regression analysis, a fundamental statistical technique for modelling relationships between multiple variables. In this hands-on workshop, you will learn to fit various regression models with R, interpret the output, and understand its connection to other common statistical tools.\n",
19+
"- **Regression Analysis in R: Adapting to Varied Data Types**: In Advanced Regression Analysis with R, you'll build on your existing regression knowledge to fit more complex models, learn about different types of regression analysis, when to use them, and how to interpret the results.\n",
20+
"- **Mixed Effects Regression with R**: Learn to model complex, grouped data using mixed effects regression in R. This course builds on your regression knowledge to fit and interpret multi-level models, helping you analyse data with both fixed and random effects.\n",
21+
"- **Working With Data in R**: In this course you will learn to use the Tidyverse, a collection of R packages for manipulating, cleaning, and analysing data, gaining familiarity with key packages and conventions, when using the Tidyverse with datasets in R.\n",
22+
"- **Improve Your R Code**: Enhance the clarity and performance of your R scripts by learning to write cleaner, more maintainable code and speed up execution using tools like `microbenchmark`, `data.table`, and `Rcpp`. This course is for those already familiar with R who want to code more efficiently and effectively.\n",
23+
"- **Introduction to Markdown in R**: Learn how to create reproducible research documents using Markdown and R. This course introduces Markdown syntax and shows you how to integrate code, data, and output in dynamic R Markdown documents to support transparent and efficient workflows."
2124
]
2225
},
2326
{

0 commit comments

Comments
 (0)