NEWS
bioinactivation 1.2.3 (2019-08-01)
- Included function to calculate treatment time to reach X log reductions.
- Implemented function to get a table with indexes for the goodness of fit.
- Extended examples in documentation with new functions.
- Improved the DESCRIPTION
- Updated the vignette.
bioinactivation 1.2.2 (2019-06-05)
- Corrected bug in the plotting of dynamic predictions when there were NAs in logN.
- Added the Metselaar model.
bioinactivation 1.2.1 (2017-12-15)
- Corrected a bug in the plotting of dynamic predictions when the
profile was isothermal.
bioinactivation 1.2.0 (2017-11-23)
- Implemented the ggplot2 plotting of isothermal fit objects.
- Added the option to include the temperature profile in the
plot.
- The fitting and prediction functions now also accept logN0, as well
as N0. If logN0 is a fitting parameters, this variable is fitted, rather
than N0 (which is more stable numerically).
- Added the Arrhenius model.
bioinactivation 1.1.5 (2017-01-29)
- Corrected the DOI in the citation file.
bioinactivation 1.1.4
- Added CITATION file with the information of the paper recently published in Food Research International.
bioinactivation 1.1.3 (2016-09-18)
- Added the possibility to pass additional arguments to ode when making predictions.
- Minor corrections and improvements to the vignette.
bioinactivation 1.1.2 (2016-03-21)
- Corrected a bug in Geeraerd's model.
bioinactivation 1.1.1 (2016-02-04)
- Added graphics::legend to NAMESPACE.
- Added stats::coef and stats::vcov to NAMESPACE.
bioinactivation 1.1.0
- The adjustment is, by default, made targetting the logarithmic count for all cases now.
- Added a tolerance to avoid observations at time 0 causing singularities.
- Function
predict_inactivation_MCMC
for the calculation of prediction
intervals using Monte Carlo methods.
- Plots with
ggplot2
.
- MCMC prediction intervals using MCMC.
is.
methods for all the objects defined.
- Some minor corrections in function documentation.
- Extended README file.
- Corrected names of the authors in DESCRIPTION.