CRAN
MPN 0.3.0
Most Probable Number and Other Microbial Enumeration Techniques
Released Mar 20, 2019 by John Ihrie
This package can be loaded by Renjin but 26 out 38 tests failed.
Calculates the Most Probable Number (MPN) to quantify the concentration (density) of microbes in serial dilutions of a laboratory sample (described in Jarvis, 2010
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>MPN</artifactId> <version>0.3.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:MPN')
Test Results
This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.
- apc-examples
- apc_function_-_argument_sanity_checks.do_warnings/errors_get_correctly_printed?
- apc_function_-_verify_results.BAM_-_Four_plates,_none_TNTC,_two_dilutions
- apc_function_-_verify_results.BAM_-_One_plate
- apc_function_-_verify_results.BAM_-_Two_plates,_none_TNTC,_different_dilutions
- apc_function_-_verify_results.BAM_-_Two_plates,_none_TNTC,_same_dilution
- apc_function_-_verify_results.Haas_&_Heller_(1988)_example
- apc_function_-_verify_results.Haas_(2014)_Example_6_1A
- apc_function_-_verify_results.Haas_(2014)_Example_6_1B
- apc_function_-_verify_results.Haas_(2014)_Example_6_2
- apc_function_-_verify_results.TNTC_plates_are_unlikely
- apc_function_-_verify_results.all_zeroes,_no_TNTC_E1
- apc_function_-_verify_results.all_zeroes,_no_TNTC_E2
- apc_function_-_verify_results.all_zeroes,_no_TNTC_E3
- apc_function_-_verify_results.large_point_estimate
- mpn-examples
- mpn_function_-_argument_sanity_checks.do_warnings/errors_get_correctly_printed?
- mpn_function_-_verify_results.APHA_quick_table_-_MPN_point_estimates_correct
- mpn_function_-_verify_results.BAM_tables_-_some_positive,_some_negative
- mpn_function_-_verify_results.Blodgett_-_MPN_&_RI_match_spreadsheet
- mpn_function_-_verify_results.Blodgett_-_MPN_matches_Table_1,_Blodgett_(2002)
- mpn_function_-_verify_results.Blodgett_-_RI_matches_Table_4,_Blodgett_(2002)
- mpn_function_-_verify_results.Haas_et_al__-_Quant__Micro__Risk_Assessment_(2014)
- mpn_function_-_verify_results.Jarvis_-_all_negative_tubes_E1
- mpn_function_-_verify_results.Jarvis_-_all_negative_tubes_E2
- mpn_function_-_verify_results.Jarvis_-_all_negative_tubes_E3
- mpn_function_-_verify_results.Jarvis_-_all_negative_tubes_E4
- mpn_function_-_verify_results.Jarvis_-_all_negative_tubes_E5
- mpn_function_-_verify_results.Jarvis_-_all_negative_tubes_E6
- mpn_function_-_verify_results.Jarvis_-_all_positive_tubes
- mpn_function_-_verify_results.Jarvis_-_some_positive,_some_negative
- mpn_function_-_verify_results.Ridout_-_A_Comparison_of_Confidence____E1
- mpn_function_-_verify_results.Ridout_-_A_Comparison_of_Confidence____E2
- mpn_function_-_verify_results.Ridout_-_A_Comparison_of_Confidence____E3
- mpn_function_-_verify_results.Ridout_-_A_Comparison_of_Confidence____E4
- mpn_function_-_verify_results.Salama_et_al__(1978)_adjustment
- mpn_function_-_verify_results.worksheet_bias_adjustment_example
- testthat