An open API service indexing awesome lists of open source software.

https://github.com/brad-cannell/epi_3_public

Public repository for Brad Cannell’s Epidemiology III course at UTHealth
https://github.com/brad-cannell/epi_3_public

course epidemiology public-health r rstats

Last synced: 8 days ago
JSON representation

Public repository for Brad Cannell’s Epidemiology III course at UTHealth

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# Epidemiology III Public Repository

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/project)](https://CRAN.R-project.org/package=project)

This is the public repository for Brad Cannell’s Epidemiology III course at UTHealth. It is still under development. Currently, this repository is for:

1. R code for lab warm-ups.
2. R code for labs.
3. Other files intended to be shared with students and/or the public.
4. Loading practice data sets.

## Installation

You can install the development version of project from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("brad-cannell/epi_3_public")
```

Currently, there isn't a reason to install this package. In the future, we imagine that we will use this package to share R code (including functions) and example data sets.