-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Tripp
authored and
James Tripp
committed
Nov 8, 2018
1 parent
0049c56
commit 537d0d0
Showing
12 changed files
with
1,959 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# QSTEP Workshops | ||
|
||
James delivered a series of workshops to QSTEP students. The focus is teaching basic statistics in R using examples and then generalising to more real data. | ||
|
||
The R notebook files for each workshop are hosted here. The HTML version of these notebooks is hosted on another server. The workshops are outlined in the table below (with links to the HTML output) in the order they were delivered. | ||
|
||
| File | Topic and HTML link | | ||
| ------------- |:-------------:| | ||
| regression-1-1.Rmd | [Basic introduction to bivariate regression](https://agnor.lnx.warwick.ac.uk/regression-1-1.html) | | ||
| regression-1-2.Rmd |[Simple model evaluation](https://agnor.lnx.warwick.ac.uk/regression-1-2.html) | | ||
| regression-1-3.Rmd | [Applied example using the British Attitudes Survey data](https://agnor.lnx.warwick.ac.uk/regression-1-3.html)| | ||
| regression-2-1.Rmd | [Basic introduction to linear regression](https://agnor.lnx.warwick.ac.uk/regression-2-1.html) | | ||
| regression-2-2.Rmd | [Basic multiple regression](https://agnor.lnx.warwick.ac.uk/regression-2-2.html) | | ||
| regression-2-3.Rmd | [Applied example using the British Attitudes Survey data](https://agnor.lnx.warwick.ac.uk/regression-2-3.html) | | ||
| bridge.Rmd | [Summary/catch-up workshop](https://agnor.lnx.warwick.ac.uk/bridge.html) | | ||
| bridge2.html | [Working with categorical data](https://agnor.lnx.warwick.ac.uk/bridge2.html) | | ||
|
||
## Getting Started | ||
|
||
1. Download the repository | ||
2. Install R and Rstudio | ||
2. Install the prerequisite R packages | ||
3. Open a .Rmd file | ||
|
||
### Prerequisites | ||
|
||
* Install R | ||
* The following R packages: [arm](https://cran.r-project.org/web/packages/arm/index.html), [car](https://cran.r-project.org/web/packages/car/index.html), [MASS](https://cran.r-project.org/web/packages/MASS/index.html), [ggplot2](https://ggplot2.tidyverse.org), [popbio](https://cran.r-project.org/web/packages/popbio/index.html) | ||
* Install Rstudio | ||
* Open a .Rmd file from within RStudio | ||
|
||
## License | ||
|
||
This project is licensed under the GPL 3.0 License - see the [LICENSE.md](https://gitlab.cim.warwick.ac.uk/pssnac/shiny_geo_plot/raw/master/LICENSE) file for details | ||
|
||
## Acknowledgments | ||
|
||
* The QSTEP staff for supporting the workshops | ||
* Those students who attended the workshops and for engaging with the content so enthusiastically. |
Oops, something went wrong.