README.md

acdcourse: Course on Analyzing Cohort Datasets with R

Travis build
status DOI

Cohort studies are a powerful study design that allows researchers to better understand how to reduce, manage, or prevent disease in a population. The findings from cohorts are critical to creating effective public health interventions. Because peoples’ lives and health are directly impacted by the findings from cohort studies, there is immense pressure to ensure that the analysis done correctly and appropriately and that the presentation of results is as meaningful and as simple as possible. The difficulty in the analysis also comes from the wide range in study designs, data collection and type, and research questions. In this course, we’ll be covering how and what to analytically ask of cohort data, what are special considerations for data processing, which statistical techniques to choose, and how to present the results for effective communication to public health professionals.

Installation and usage

You can install acdcourse from GitHub with

# install.packages("remotes")
remotes::install_github("lwjohnst86/acdcourse")

To work through each chapter, run these commands:

learnr::run_tutorial("chapter1", package = "acdcourse")
learnr::run_tutorial("chapter2", package = "acdcourse")
learnr::run_tutorial("chapter3", package = "acdcourse")
learnr::run_tutorial("chapter4", package = "acdcourse")

General course outline

The dataset used is:

Learner persona

This course will be useful / primarily targetted to three (hypothetical) learners:

Learning Objectives

There general learning objectives are to:

Prerequisite or familiar knowledge / concepts

Citing this learning resource

See:

citation("acdcourse")
#> 
#> To cite package 'acdcourse' in publications use:
#> 
#>   Luke Johnston (2019). acdcourse: Course on Analyzing Cohort
#>   Datasets in R. R package version 0.1.0.
#>   https://github.com/lwjohnst86/acdcourse
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {acdcourse: Course on Analyzing Cohort Datasets in R},
#>     author = {Luke Johnston},
#>     year = {2019},
#>     note = {R package version 0.1.0},
#>     url = {https://github.com/lwjohnst86/acdcourse},
#>   }


lwjohnst86/acdcourse documentation built on June 18, 2019, 8:26 p.m.