R/adcm.R

#' Concomitant Medications Analysis
#'
#' An example of ADCM ADaM dataset
#'
#' @name adcm
#' @docType data
#' @format A data frame with 90 columns:
#'   \describe{
#'     \item{ STUDYID }{Study Identifier}
#'     \item{ DOMAIN }{Domain Abbreviation}
#'     \item{ USUBJID }{Unique Subject Identifier}
#'     \item{ CMSEQ }{Sequence Number}
#'     \item{ CMSPID }{Sponsor-Defined Identifier}
#'     \item{ CMTRT }{Reported Name of Drug, Med, or Therapy}
#'     \item{ CMDECOD }{Standardized Medication Name}
#'     \item{ CMINDC }{Indication}
#'     \item{ CMCLAS }{Medication Class}
#'     \item{ CMDOSE }{Dose per Administration}
#'     \item{ CMDOSU }{Dose Units}
#'     \item{ CMDOSFRQ }{Dosing Frequency per Interval}
#'     \item{ CMROUTE }{Route of Administration}
#'     \item{ VISITNUM }{Visit Number}
#'     \item{ VISIT }{Visit Name}
#'     \item{ VISITDY }{Planned Study Day of Visit}
#'     \item{ CMDTC }{Date/Time of Collection}
#'     \item{ CMSTDTC }{Start Date/Time of Medication}
#'     \item{ CMENDTC }{End Date/Time of Medication}
#'     \item{ CMSTDY }{Study Day of Start of Medication}
#'     \item{ CMENDY }{Study Day of End of Medication}
#'     \item{ TRTSDT }{Date of First Exposure to Treatment}
#'     \item{ TRTEDT }{Date of Last Exposure to Treatment}
#'     \item{ DTHDT }{Date of Death}
#'     \item{ EOSDT }{End of Study Date}
#'     \item{ TRT01P }{Planned Treatment for Period 01}
#'     \item{ TRT01A }{Actual Treatment for Period 01}
#'     \item{ ASTDTM }{Analysis Start Date/Time}
#'     \item{ ASTDTF }{Analysis Start Date Imputation Flag}
#'     \item{ ASTTMF }{Analysis Start Time Imputation Flag}
#'     \item{ AENDTM }{Analysis End Date/Time}
#'     \item{ AENDTF }{Analysis End Date Imputation Flag}
#'     \item{ AENTMF }{Analysis End Time Imputation Flag}
#'     \item{ ASTDT }{Analysis Start Date}
#'     \item{ AENDT }{Analysis End Date}
#'     \item{ ASTDY }{Analysis Start Relative Day}
#'     \item{ AENDY }{Analysis End Relative Day}
#'     \item{ ADURN }{Analysis Duration (N)}
#'     \item{ ADURU }{Analysis Duration Units}
#'     \item{ ONTRTFL }{On Treatment Record Flag}
#'     \item{ PREFL }{Pre-treatment Flag}
#'     \item{ FUPFL }{Follow-up Flag}
#'     \item{ ANL01FL }{Analysis Flag 01}
#'     \item{ AOCCPFL }{1st Occurrence of Preferred Term Flag}
#'     \item{ APHASE }{Phase}
#'     \item{ APHASEN }{Description of Phase N}
#'     \item{ TRTP }{Planned Treatment}
#'     \item{ TRTA }{Actual Treatment}
#'     \item{ SUBJID }{Subject Identifier for the Study}
#'     \item{ RFSTDTC }{Subject Reference Start Date/Time}
#'     \item{ RFENDTC }{Subject Reference End Date/Time}
#'     \item{ RFXSTDTC }{Date/Time of First Study Treatment}
#'     \item{ RFXENDTC }{Date/Time of Last Study Treatment}
#'     \item{ RFICDTC }{Date/Time of Informed Consent}
#'     \item{ RFPENDTC }{Date/Time of End of Participation}
#'     \item{ DTHDTC }{Date/Time of Death}
#'     \item{ DTHFL }{Subject Death Flag}
#'     \item{ SITEID }{Study Site Identifier}
#'     \item{ AGE }{Age}
#'     \item{ AGEU }{Age Units}
#'     \item{ SEX }{Sex}
#'     \item{ RACE }{Race}
#'     \item{ ETHNIC }{Ethnicity}
#'     \item{ ARMCD }{Planned Arm Code}
#'     \item{ ARM }{Description of Planned Arm}
#'     \item{ ACTARMCD }{Actual Arm Code}
#'     \item{ ACTARM }{Description of Actual Arm}
#'     \item{ COUNTRY }{Country}
#'     \item{ DMDTC }{Date/Time of Collection}
#'     \item{ DMDY }{Study Day of Collection}
#'     \item{ TRTSDTM }{Datetime of First Exposure to Treatment}
#'     \item{ TRTSTMF }{Time of First Exposure Imput. Flag}
#'     \item{ TRTEDTM }{Datetime of Last Exposure to Treatment}
#'     \item{ TRTETMF }{Treatment End Datetime Imput Flag}
#'     \item{ TRTDURD }{Total Treatment Duration (Days)}
#'     \item{ SCRFDT }{Screen Failure Date}
#'     \item{ EOSSTT }{End of Study Status}
#'     \item{ FRVDT }{Final Retrievel Visit Date}
#'     \item{ RANDDT }{Date of Randomization}
#'     \item{ DTHADY }{Relative Day of Death}
#'     \item{ LDDTHELD }{Elapsed Days from Last Dose to Death}
#'     \item{ LSTALVDT }{Date Last Known Alive}
#'     \item{ AGEGR1 }{Pooled Age Group 1}
#'     \item{ SAFFL }{Safety Population Flag}
#'     \item{ RACEGR1 }{Pooled Race Group 1}
#'     \item{ REGION1 }{Geographic Region 1}
#'     \item{ LDDTHGR1 }{Last Dose to Death - Days Elapsed Grp 1}
#'     \item{ DTH30FL }{Death Within 30 Days of Last Trt Flag}
#'     \item{ DTHA30FL }{Death After 30 Days from Last Trt Flag}
#'     \item{ DTHB30FL }{Death Within 30 Days of First Trt Flag}
#'   }
#'
#' @source Generated from admiral package (template ad_adcm.R).
#' @references None
#'
#' @examples
#' data("adcm")
"adcm"

Try the pharmaverseadam package in your browser

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

pharmaverseadam documentation built on July 1, 2024, 5:07 p.m.