R/global.R

# These global variables are declared to eliminate associated R cmd check warnings.
# There is no other identified functional impact of these global declarations.

utils::globalVariables(
  c('.',
    'censor',
    'cte',
    'dropoutRate',
    'dropoutTime',
    'enrollTime',
    'fail',
    'failTime',
    'duration',
    'enrollTime',
    'finish',
    'lambda',
    'N',
    'naive_flag',
    'origin',
    'period',
    'rate',
    'time',
    't.cut'
  )
)

Try the OneArmTTE package in your browser

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

OneArmTTE documentation built on Sept. 8, 2022, 5:06 p.m.