https://github.com/worldhealthorganization/drlm
https://github.com/worldhealthorganization/drlm
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/worldhealthorganization/drlm
- Owner: WorldHealthOrganization
- License: mit
- Created: 2024-09-23T11:41:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T09:40:57.000Z (about 1 year ago)
- Last Synced: 2025-04-03T10:34:25.645Z (about 1 year ago)
- Language: R
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.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/"
)
```
# DRLm
The `DRLm` package provides a collection of dose-response functions designed for integration with the `qraLm` package. It simplifies microbial risk assessment by offering tools for modeling and analysis of dose-response relationships, with an initial focus on Listeria monocytogenes.
## Installation
You can install the development version of `DRLm` from the GitHub repository ([https://github.com/WorldHealthOrganization/DRLm](https://github.com/WorldHealthOrganization/DRLm)) using the `devtools` package:
- Install the devtools package if not already installed
```{r, eval=FALSE}
install.packages("devtools")
```
- Install the DRLm package from GitHub
```{r, eval=FALSE}
devtools::install_github("WorldHealthOrganization/DRLm")
```