-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
34 lines (25 loc) · 1.09 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
## bioinactivation: a package for modelling microbial inactivation in R.
The __bioinactivation__ package implements several function for the modelization of microbial inactivation in R. It includes:
* functions for the prediction of isothermal or non-isothermal microbial inactivation.
* functions for the adjustment of inactivation models to isothermal experiments.
* functions for the fitting of inactivation models to dynamic experiments.
* functions for the calculation of prediction intervals for isothermal or non-isothermal microbial inactivation processes.
The inactivation models most commonly used in industry and academia are implemented in this package:
* Bigelow's model.
* Peleg's model.
* Mafart's model.
* Geeraerd's model.
Furthermore, this package includes some training data sets mimicking isothermal and non-isothermal inactivation experiments.