1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 09:51:48 +02:00

select() fix for freq

This commit is contained in:
2019-01-17 12:08:04 +01:00
parent 1ee710c861
commit c6c3088e9f
30 changed files with 381 additions and 230 deletions

View File

@ -29,6 +29,7 @@ Using the `microbenchmark` package, we can review the calculation performance of
```r
library(microbenchmark)
library(AMR)
```
In the next test, we try to 'coerce' different input values for *Staphylococcus aureus*. The actual result is the same every time: it returns its MO code `B_STPHY_AUR` (*B* stands for *Bacteria*, the taxonomic kingdom).