NEWS
MPN 0.4.0 (2024-10-22)
Changes:
- Added a 'tol' argument to mpn() and apc(). This value will be passed to
stats::uniroot() and stats::optimize(). The default value is lower than
previously used.
- Updated URL for the associated shiny app.
- Minor updates to documentation.
MPN 0.3.0 (2019-03-20)
Changes:
- Added the apc() function to estimate Aerobic Plate Counts (APC).
- Added a bias-adjusted point estimate to the mpn() output.
MPN 0.2.0 (2019-02-26)
Changes:
- Added a 'CI_method' argument with a likelihood ratio confidence interval
option to mpn().
- Minor adjustments to uniroot() argument values.