Skip to content

Files

Latest commit

a1dc0ed · Aug 5, 2018

History

History
106 lines (52 loc) · 4.42 KB

skills.md

File metadata and controls

106 lines (52 loc) · 4.42 KB

Reproducible Research requires fou4 sets of skills:

  1. Data Management
  2. Graph Production
  3. Statistical Modeling
  4. Dynamic Reporting

You can review my discussion of toolbox and skillset of reproducible research in slides and videoes here

Skill sets

Links grouped by the skillset.

Data Management

Graph Production

Statistical Modeling

Package support

Package dplyr::

Package stats::

Function stats::lm()
Function stats::glm()

Package lme4::

  • lme4::lmer()

Package nlme::

Function nlme::gls()
Function nlme::lme()

Dynamic Reporting

Git and GitHub

Markdown

  • in-browser markdown simulator, created in javascript by Jeroen Ooms. Great for playing with markdown formatting and doing simple tasks and demonstrations in R without installation.

  • markdown in R : a blog entry on getting started with rmarkdown - a version of markdown enhanced for the use with RStudio. By Jeromy Anglim.

  • markdown guide : a well-written "breaking into" guide. Gives ample verbal description. Recommended for newbies. By John Gruber.

  • markdown cheat-sheet : brief, simple, parallel view of what the code is doing. By Mashery group.

  • another markdown simulator with a different feel. You can't run R script in here, but it's good for understanding the formatting. Give a link to a decent cheatsheet on markdown.

  • MultiMarkdown allows for mathematical formulas and other features

Rmarkdown

  • see the official documentation by RStudio, best starting point IMHO

Slides

  • RStudio provides a native format for creating presentations - .Rpres, availible in the "New file" option. For a quick start with .Rpres see this article

Stat Graphing for the Web

  • Highcharts point and click implementation for sharing interactive graphs.