Skip to content

Commit

Permalink
differences for PR #26
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 1, 2024
1 parent d2d07dc commit a3cc191
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
Empty file modified fig/06-rmd-generate-figures.sh
100755 → 100644
Empty file.
Empty file modified fig/12-plyr-generate-figures.sh
100755 → 100644
Empty file.
19 changes: 7 additions & 12 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
site: sandpaper::sandpaper_site
---

*an introduction to R for non-programmers using gapminder data*
*This material was commisioned by the EPSRC Digital Health Hub for AMR, for delivery to the UK HSA w/c 16th September 2024.*

The goal of this lesson is to teach novice programmers to write modular code
and best practices for using R for data analysis. R is commonly used in many
scientific disciplines for statistical analysis and its array of third-party
packages. We find that many scientists who come to Software Carpentry workshops
use R and want to learn more. The emphasis of these materials is to give
attendees a strong foundation in the fundamentals of R, and to teach best
practices for scientific computing: breaking down analyses into modular units,
task automation, and encapsulation.
An introduction to R for non-programmers using the Gapminder data. In addition, this lesson makes use of open data from the Centre for Consumer Research Data and bespoke synthetic data provided by UKHSA.

Note that this workshop will focus on teaching the fundamentals of the
programming language R, and will not teach statistical analysis.
The goal of this lesson is to teach novice programmers to write modular code and best practices for using R for data analysis. R is commonly used in many scientific disciplines for statistical analysis and its array of third-party packages. We find that many scientists who come to Software Carpentry workshops use R and want to learn more. The emphasis of these materials is to give attendees a strong foundation in the fundamentals of R, and to teach best practices for scientific computing: breaking down analyses into modular units, task automation, and encapsulation.

The lesson contains more material than can be taught in a day. The [instructor notes page](instructors/instructor-notes.md) has some suggested lesson plans suitable for a one or half day workshop.
This lesson has been expanded to incorporate additional content on the use of Git for Version Control, navigating files and directories in a terminal, creation and validation of regression models and SQL.

This content has been developed to form a five day course.
The [instructor notes page](instructors/instructor-notes.md) has some suggested lesson plans suitable for shorter workshops.

A variety of third party packages are used throughout this workshop. These
are not necessarily the best, nor are they comprehensive, but they are
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-08-07"
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-08-07"
"config.yaml" "94e67b42d3191feede4ce0b63fbecbf6" "site/built/config.yaml" "2024-08-21"
"index.md" "86c8fb559b13d1695d55b52dd6cbf574" "site/built/index.md" "2024-08-07"
"index.md" "55ccb4b98f8ab8f877f208d10456d6b9" "site/built/index.md" "2024-09-01"
"episodes/01-rstudio-intro.Rmd" "04f6b758558750cef962768d78dd63b0" "site/built/01-rstudio-intro.md" "2024-08-07"
"episodes/02-project-intro.Rmd" "cd60cc3116d4f6be92f03f5cc51bcc3b" "site/built/02-project-intro.md" "2024-08-07"
"episodes/03-seeking-help.Rmd" "d24c310b8f36930e70379458f3c93461" "site/built/03-seeking-help.md" "2024-08-07"
Expand Down

0 comments on commit a3cc191

Please sign in to comment.