Materials for the MSE elective module on "Statistical Modeling with R".
How to create the main document in this repo:
library("remotes")
remotes::install_github("imbeimainz/IMBEIstyle")
# for the notebook of the practical sessions
IMBEIstyle::create_bioinfo_html("statistical_modeling_practical")
## then, remove manually the `_extensions` folder
## and of course, well, edit the content of the main qmd file
# for the presentation (to be interlaced with the practical sections)
IMBEIstyle::create_bioinfo_revealjs("statistical_modeling_slides")
## then, remove manually the `_extensions` folder
## and of course, well, edit the content of the main qmd file