tests/testthat/helper-setup.R

# example ----

fev_data$FEV1_BINARY <- as.integer(fev_data$FEV1 > 30)
fev_vars <- vars_gee(
  response = "FEV1_BINARY",
  covariates = "RACE",
  arm = "ARMCD",
  id = "USUBJID",
  visit = "AVISIT"
)

Try the tern.gee package in your browser

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

tern.gee documentation built on Sept. 11, 2024, 8:11 p.m.