Skip to content

Commit a340994

Browse files
Proof reading workshop info advanced regression
1 parent 18dd5f1 commit a340994

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

programme_information/advanced_regression_analysis_with_r.ipynb

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,34 @@
1515
"\n",
1616
"## Course Description \n",
1717
"\n",
18-
"Welcome to Advanced Regression Analysis with R. Our aim is to build on your existing knowledge of regression to fit more complex models that can handle more complicated data sets. In this session you will learn about different types of regression analysis, when to use them and how to interpret the results.\n",
18+
"This course builds on your existing knowledge of regression to fit more complex models that can handle more complicated data sets. In this session you will learn about different types of regression analysis, when to use them, and how to interpret the results.\n",
1919
"\n",
2020
"## Course Objectives \n",
2121
"- Use regression answer to answer a wide range of research questions.\n",
22-
"- Be able to fit a regression model with interactions between predictor variables.\n",
23-
"- Be able to fit multi-level regression models.\n",
24-
"- Be able to extract and summarise the results from a range of regression models.\n",
25-
"- Be able to design a regression model appropriate for addressing their specific research question.\n",
22+
"- Learn to fit a regression model with interactions between predictor variables.\n",
23+
"- Learn to fit multi-level regression models.\n",
24+
"- Extract and summarise the results from a range of regression models.\n",
25+
"- Learn to design a regression model appropriate for the participant's specific research question.\n",
2626
"\n",
2727
"## Pre-requisite Knowledge\n",
2828
"\n",
2929
"This course will not include an introduction to R, or how to setup and use R or Rstudio. It is assumed you are comfortable coding in R and are familiar with:\n",
3030
"\n",
31-
"- how to write and execute commands in the R console\n",
32-
"- what type of variables are available in R and how to work with these\n",
31+
"- How to write and execute commands in the R console.\n",
32+
"- What type of variables are available in R and how to work with these.\n",
3333
"\n",
3434
"We also assume that you are comfortable with fitting in R and interpreting the output of:\n",
3535
"\n",
36-
"- simple linear regression\n",
37-
"- multiple linear regression with categorical, binary or continuous predictor variables\n",
38-
"- logistic regression\n",
36+
"- Simple linear regression.\n",
37+
"- Multiple linear regression with categorical, binary or continuous predictor variables.\n",
38+
"- Logistic regression.\n",
3939
"\n",
40-
"If not we recommend that you consult our pre-requisite course [Introductory Regression Analysis with R](regression_analysis_with_r.ipynb).\n",
40+
"If not, we recommend that you consult our pre-requisite course [Introductory Regression Analysis with R](regression_analysis_with_r.ipynb).\n",
4141
"\n",
4242
"## Installation Guide \n",
43+
"All CfRR courses require attendees to use their own computer/laptop to follow workshop activities and take effective notes. \n",
4344
"\n",
44-
"As this course extends upon Regression Analysis with R, the installation instructions for this course are the same, available [here](advanced_regression_analysis_with_r.ipynb).\n",
45+
"As this course extends upon *Regression Analysis with R*, the installation instructions for this course are the same, available [here](advanced_regression_analysis_with_r.ipynb).\n",
4546
"\n",
4647
"\n",
4748
"## Self Study Material Link \n",

programme_information/regression_analysis_with_r.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"\n",
3333
"All CfRR courses require attendees to use their own computer/laptop to follow workshop activities and take effective notes. \n",
3434
"\n",
35-
"As this course extends upon Introduction to R, the installation instructions for the base R elements are the same, available [here](intro_to_r.ipynb).\n",
35+
"As this course extends upon *Introduction to R*, the installation instructions for the base R elements are the same, available [here](intro_to_r.ipynb).\n",
3636
"\n",
3737
"Alongside having R itself, three packages are needed for this workshop. The first two (devtools & learnr) are available from CRAN. The third is a package we have developed with the course materials and is available from GitHub (cfrrRTutorials).\n",
3838
"\n",

0 commit comments

Comments
 (0)