R/data.R

#' @importFrom data.table data.table
NULL

#' report_dat
#'
#' Catetgorization of reports for a drug and adverse event
#' within the FDA's adverse event reporting system for pediatric patients
#' defined within the NICHD defined developmental stages
#'
#' the drug indicator is for reporting of Methylphenidate and
#' the event indicator is for the reporting of Paranoia
#'
#' @format A data frame with five variables: \code{safetyreportid}, \code{age},
#'   \code{year}, \code{D} and \code{E}.
"report_dat"
ngiangre/gamworkshop documentation built on Feb. 6, 2021, 1:05 p.m.