R/gcerisk.R

#' Sample dataset
#'
#' A sample dataset used to test functions in package.
#'
#' @format A data frame with 479 rows and 16 variables:
#' \describe{
#'   \item{X}{index variable}
#'   \item{gender}{covariate}
#'   \item{smoke20}{covariate}
#'   \item{etohheavy}{covariate}
#'   \item{higrade}{covariate}
#'   \item{age}{covariate}
#'   \item{OSFLAG}{event variable}
#'   \item{LRFFLAG}{event variable}
#'   \item{DFFLAG}{event variable}
#'   \item{DFSFLAG}{event variable}
#'   \item{OSMO}{time variable}
#'   \item{LRFMO}{time variable}
#'   \item{DFMO}{time variable}
#'   \item{DFSMO}{time variable}
#'   \item{BMI}{covariate}
#'   \item{black}{covariate}
#'
#' }
"Sample"

Try the gcerisk package in your browser

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

gcerisk documentation built on May 23, 2019, 9:03 a.m.