We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e8171 commit ce4548eCopy full SHA for ce4548e
tests/testthat/test-survival_cov_adj.R
@@ -66,7 +66,7 @@ test_that("h_strat_derived_outcome_vals works with multiple strata", {
66
expect_data_frame(result, nrow = nrow(surv_data_full))
67
expect_names(
68
names(result),
69
- identical.to = c("index", "treatment", "time", "status", "O_hat", "age", "ph.karno", ".stratum")
+ identical.to = c("index", "treatment", "time", "status", "O_hat", "age", "ph.karno", "ecog", ".stratum")
70
)
71
expect_identical(
72
as.integer(table(result$.stratum)),
0 commit comments