Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

sickle-in-africa/bde.r-novice-inflammation

Domain:

healthcare

Record type:

project
Creator:
sic
Host:
The goal of this lesson is to teach novice programmers to write modular code to perform a data analysis. r-novice-inflammation ===================== The Carpentries teach foundational coding, and data science skills to researchers worldwide. This GitHub repository generates the Software Carpentry lesson website "Introduction to R for non-programmers using inflammation data." The [lesson website can be viewed here][online]. Making changes in this GitHub repository allows us to change the content of the lesson website. The following people are maintainers for this lesson, and are responsible for determining which changes to incorporate into the lesson: * Diya Das (@diyadas) * Rohit Goswami (@haozeke) Alumni: * Daniel Chen (@chendaniely) * Katrin Leinweber (@katrinleinweber) The goal of this lesson is to teach novice programmers to write modular code to perform a data analysis. R is used to teach these skills because it is a commonly used programming language in many scientific disciplines. However, the emphasis is not on teaching every aspect of R, but instead on language agnostic principles like automation with loops and encapsulation with functions (see [Best Practices for Scientific Computing][best-practices] to learn more). This lesson is a translation of the [Python version][py], and is also available in [MATLAB][MATLAB]. The example used in this lesson analyzes a set of 12 data files with inflammation data collected from a trial for a new treatment for arthritis (the data was simulated). Learners are shown how it is better to create a function and apply it to each of the 12 files using a loop instead of using copy-paste to analyze the 12 files individually. [best-practices]: journals.plos.org [py]: github.com [MATLAB]: github.com ## Contributing We value your contributions. How to contribute to this lesson is outlined in CONTRIBUTING.md. If you have questions about our contributing guidelines, please cre …

Visit

github.com

Similar

sickle-in-africa/bde.python-novice-inflammation

sickle-in-africa/bde.python-novice-inflammation

This lesson teaches novice programmers to write modular code to perform data analysis using Python.