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
- Host: GitHub
- URL: https://github.com/brad-cannell/epi_3_public
- Owner: brad-cannell
- License: other
- Created: 2022-09-16T02:28:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T17:30:00.000Z (almost 2 years ago)
- Last Synced: 2025-10-14T07:34:00.418Z (19 days ago)
- Topics: course, epidemiology, public-health, r, rstats
- Language: R
- Homepage:
- Size: 83.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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.