Skip to content

Commit

Permalink
update snapshot (#818)
Browse files Browse the repository at this point in the history
after #812
  • Loading branch information
gogonzo authored Aug 10, 2023
1 parent 1308551 commit 2bf3578
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions tests/testthat/_snaps/tm_g_km.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@
"\n", "p-value Method for Coxph (Hazard Ratio):",
"log-rank")
}, newpage = FALSE, vp = grid::viewport(layout.pos.row = plot_number,
layout.pos.col = 1), font_size = 8, ci_ribbon = FALSE,
layout.pos.col = 1), font_size = 10, ci_ribbon = FALSE,
ggtheme = ggplot2::theme_minimal(), annot_surv_med = TRUE,
annot_coxph = TRUE, control_coxph_pw = control_coxph(conf_level = 0.95,
pval_method = "log-rank", ties = "efron"))
pval_method = "log-rank", ties = "efron"),
position_coxph = c(-0.04, 0.02), width_annots = list(surv_med = structure(0.45,
unit = 0L, class = c("simpleUnit", "unit",
"unit_v2")), coxph = structure(0.6, unit = 0L,
class = c("simpleUnit", "unit", "unit_v2"))))
}
}
g_km_counter <- g_km_counter_generator()
Expand Down Expand Up @@ -107,10 +111,14 @@
"\n", "p-value Method for Coxph (Hazard Ratio):",
"log-rank")
}, newpage = FALSE, vp = grid::viewport(layout.pos.row = plot_number,
layout.pos.col = 1), font_size = 8, ci_ribbon = FALSE,
layout.pos.col = 1), font_size = 10, ci_ribbon = FALSE,
ggtheme = ggplot2::theme_minimal(), annot_surv_med = TRUE,
annot_coxph = TRUE, control_coxph_pw = control_coxph(conf_level = 0.95,
pval_method = "log-rank", ties = "efron"))
pval_method = "log-rank", ties = "efron"),
position_coxph = c(-0.04, 0.02), width_annots = list(surv_med = structure(0.45,
unit = 0L, class = c("simpleUnit", "unit",
"unit_v2")), coxph = structure(0.6, unit = 0L,
class = c("simpleUnit", "unit", "unit_v2"))))
}
}
g_km_counter <- g_km_counter_generator()
Expand Down Expand Up @@ -171,10 +179,14 @@
"\n", "p-value Method for Coxph (Hazard Ratio):",
"log-rank")
}, newpage = FALSE, vp = grid::viewport(layout.pos.row = plot_number,
layout.pos.col = 1), font_size = 8, ci_ribbon = FALSE,
layout.pos.col = 1), font_size = 10, ci_ribbon = FALSE,
ggtheme = ggplot2::theme_minimal(), annot_surv_med = TRUE,
annot_coxph = TRUE, control_coxph_pw = control_coxph(conf_level = 0.95,
pval_method = "log-rank", ties = "efron"))
pval_method = "log-rank", ties = "efron"),
position_coxph = c(-0.04, 0.02), width_annots = list(surv_med = structure(0.45,
unit = 0L, class = c("simpleUnit", "unit",
"unit_v2")), coxph = structure(0.6, unit = 0L,
class = c("simpleUnit", "unit", "unit_v2"))))
}
}
g_km_counter <- g_km_counter_generator()
Expand Down

0 comments on commit 2bf3578

Please sign in to comment.