We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4df1d2 commit e11debaCopy full SHA for e11deba
tests/testthat/test-model_parameters.coxme.R
@@ -16,7 +16,7 @@ withr::with_environment(
16
rats$grp <- sample(letters[1:3], nrow(rats), replace = TRUE)
17
18
data(eortc, package = "coxme")
19
- d <- coxme::eortc
+ d <<- coxme::eortc
20
d2 <<- rats
21
22
m1 <- coxme::coxme(Surv(y, uncens) ~ trt + (1 | center), data = d)
0 commit comments