Skip to content

patrickbarks/sdu-r-club

Repository files navigation

SDU Biology R Club

Material from monthly meetings of the R Club in Biology at SDU.

Contents

Info for presenters

The format for presentations is completely flexible. The only rule is that presentations should be limited to 10 minutes (shorter is fine too), unless a longer time-slot is arranged ahead of time (which is perfectly feasable).

Don't worry about repeating material that was previously covered. The universe of statistics and programming is too vast, and our meetings too short and infrequent, for repetition to be a problem.

If your presentation involves written materials (scripts, slides, etc.), it would be great if they could be archived in this repo. R Markdown documents are an ideal way to host such material, because they allow R scripts, their output, and any associated content to be rendered into a single, nicely-formatted HTML document. See a template for an R Markdown presentation here, and the resulting markdown document here. Note that it's perfectly fine if you don't have the time or desire to use R Markdown.

Past meetings

2019-05

  • Frederik: Hierarchical cluster analysis with dendextend
  • Lio: To be dead or not to be dead: ImageJ and R
  • Johannes: Labelling individual points in a plot using identify()
  • Patrick: Pattern-matching using regular expressions [link]

2019-03

  • Iris: a simulation problem
  • Patrick: working with spatial rasters [link]

2019-02

  • Rita: Let’s Map! How to make a map in R [link]
  • Patrick: checking assumptions of glm models [link]
  • Simeon: model(comparison) in R [link]

2019-01

  • Brian: update on potential courses/training/workshops
  • Gesa: plotting confidence intervals for glms [link]
  • Patrick: intro to managing projects with GitHub

2018-12

2018-11

2018-10

  • Gesa: managing naming conflicts with conflicted [link]
  • Iris: introduction to ggplot2 (#1)
  • Patrick: getting help with a problem on StackOverflow [link]
  • Brian: nifty but forgettable functions in base R [link]
  • Stina: auto-formatting problems in Excel

Ideas for future topics

This list is intended to serve as inspiration for future presenters, but many of the categories may be too broad for a single presentation. For example, instead of presenting on "model validation" broadly, one might present on "model validation for logistic regression models".

Statistics / modelling

  • model validation / checking assumptions
  • model comparison (e.g. AIC)
  • model types
    • general linear models
    • type I vs. II vs. III sums of squares
    • generalized additive models
    • non-linear models (e.g. NLS)
    • mixed models / random effects
    • phylogenetic models
  • non-parameteric tests
  • dealing with missing data (e.g. imputation)
  • manually optimizing likelihood functions
  • Bayesian methods

Resources: Quick-R Statistics

Data visualization

Resources: Fundamentals of Data Visualization, R Graphics Cookbook, Quick-R Advanced Graphs

Data wrangling

Resources: Quick-R Data Management

Reproducibility / workflows

Resources: Cran Task View: Reproducible Research

Spatial

  • making maps
  • working with shapefiles
  • packages rgeos, rgdal, raster, sp, sf, ...

Resources: CRAN Task View: Analysis of Spatial Data, Geocomputation with R by Lovelace et al.

Programming

Other

Online resources

About

Scripts and tutorials from SDU R-Club meetings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published