R/dd.baseline.R

#' dd.baseline
#'
#' Simulated baseline data example from a Phenome Wide Association Study (PheWAS) 
#' obtained at baseline before drug exposure. The dataset includes 1505 variables: 
#' subject identification number ('id'), drug exposure ('exposure'), 3 demographic 
#' variables ('age', 'race', 'gender'), and 1500 phenotypes.
#'
#' @format A data frame with 10000 observations on 1505 variables.
#'
#' @usage data(dataPheWAS, package = 'EHR')
#'
#' @keywords datasets
#'
#' @examples
#' data(dataPheWAS)
"dd.baseline"

Try the EHR package in your browser

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

EHR documentation built on Dec. 28, 2022, 1:31 a.m.