tests/testthat/test-mean_no.R

test_that("Stable output of test run", {
  expect_snapshot({

    mean_no(Surv(time  = start,
                  time2 = stop,
                  event = event,
                  type  = 'counting') ~ pyridoxine + thiotepa,
            re_indicator = "re",
            ce_indicator = "ce",
            data = bladder1_stacked)

  })
})

Try the JointFPM package in your browser

Any scripts or data that you put into this service are public.

JointFPM documentation built on June 22, 2024, 9:38 a.m.