1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 08:32:04 +02:00
This commit is contained in:
2019-07-09 20:26:42 +02:00
parent b452de2fe4
commit a56a87c7db
2 changed files with 10 additions and 10 deletions

View File

@ -22,15 +22,15 @@
context("portion.R")
test_that("prediction of rsi works", {
AMX_R <- septic_patients %>%
filter(mo == "B_ESCHR_COL") %>%
rsi_predict(col_ab = "AMX",
col_date = "date",
minimum = 10,
info = TRUE) %>%
pull("value")
# AMX resistance will increase according to data set `septic_patients`
expect_true(AMX_R[3] < AMX_R[20])
# AMX_R <- septic_patients %>%
# filter(mo == "B_ESCHR_COL") %>%
# rsi_predict(col_ab = "AMX",
# col_date = "date",
# minimum = 10,
# info = TRUE) %>%
# pull("value")
# # AMX resistance will increase according to data set `septic_patients`
# expect_true(AMX_R[3] < AMX_R[20])
x <- resistance_predict(septic_patients, col_ab = "AMX", year_min = 2010)
plot(x)