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

(v0.7.1.9097) mdro() examples fix

This commit is contained in:
2019-10-07 14:57:27 +02:00
parent 4e9c4c1b4e
commit f479dfce60
12 changed files with 22 additions and 22 deletions

View File

@ -154,7 +154,7 @@ example_isolates \%>\%
MRGN = mrgn(.))
example_isolates \%>\%
rename(PIP = TZP) # no piperacillin, so take piperacillin/tazobactam
mrgn() \%>\% # check German guideline
freq() # check frequencies
rename(PIP = TZP) \%>\% # no piperacillin, so take piperacillin/tazobactam
mrgn() \%>\% # check German guideline
freq() # check frequencies
}