Skip to content

Commit

Permalink
Apply automatic stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 7d55240 commit ebbf65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-regtable.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_that("Run glmshow.display", {

test_that("Run cox2.display", {
library(survival)
#data(lung)
# data(lung)
fit0 <- coxph(Surv(time, status) ~ ph.ecog + age, data = lung, model = TRUE)
fit1 <- coxph(Surv(time, status) ~ ph.ecog + age + cluster(inst), data = lung, model = TRUE)
fit2 <- coxph(Surv(time, status) ~ ph.ecog + age + frailty(inst), data = lung, model = TRUE)
Expand Down

0 comments on commit ebbf65d

Please sign in to comment.