1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-09 13:52:54 +01:00

Built site for AMR@3.0.1.9019: ba4c159

This commit is contained in:
github-actions
2026-02-08 22:40:23 +00:00
parent 0551ea51cb
commit 8b71d0eb99
255 changed files with 23625 additions and 810 deletions

View File

@@ -2,7 +2,7 @@
Define custom EUCAST rules for your organisation or specific analysis
and use the output of this function in
[`eucast_rules()`](https://amr-for-r.org/reference/eucast_rules.md).
[`eucast_rules()`](https://amr-for-r.org/reference/interpretive_rules.md).
## Usage
@@ -25,13 +25,13 @@ A [list](https://rdrr.io/r/base/list.html) containing the custom rules
Some organisations have their own adoption of EUCAST rules. This
function can be used to define custom EUCAST rules to be used in the
[`eucast_rules()`](https://amr-for-r.org/reference/eucast_rules.md)
[`eucast_rules()`](https://amr-for-r.org/reference/interpretive_rules.md)
function.
### Basics
If you are familiar with the
[`case_when()`](https://dplyr.tidyverse.org/reference/case_when.html)
[`case_when()`](https://dplyr.tidyverse.org/reference/case-and-replace-when.html)
function of the `dplyr` package, you will recognise the input method to
set your own rules. Rules must be set using what R considers to be the
'formula notation'. The rule itself is written *before* the tilde (`~`)