R/global.R

#' This defines variables, mainly used with 'dplyr' and pipes that
#' throw a 'no visible binding for global variable' during 
#' 'R CMD check' (before CRAN submission)
#' 
#' @noRd 
utils::globalVariables(c(
  ".",
  "low",
  "upp",
  "time",
  "event",
  "(Intercept)",
  "S",
  "model_name",
  "strata",
  "object_name",
  "lower",
  "upper",
  "value",
  "lab",
  "aic",
  "bic",
  "dic",
  "mods_id",
  "xmin",
  "xmax",
  "ymin",
  "ymax",
  "where",
  "Death",
  "Alive",
  "disc",
  "Tstop",
  "Tstart",
  "from",
  "to",
  "trans",
  "status",
  "treat",
  "Pre-progressed",
  "Progressed",
  "Death",
  "l_12",
  "l_13",
  "l_11",
  "check",
  "sim_idx",
  "npeople",
  "grp_lab",
  "Group"
))

Try the survHE package in your browser

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

survHE documentation built on March 31, 2023, 11:37 p.m.