R/dd.R

#' dd
#'
#' Simulated outcome data example from Phenome Wide Association Study (PheWAS) 
#' that examines associations between drug exposure and various phenotypes at follow-up 
#' after the 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"

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.