Patient-level data from a multi-center, randomized, double-blind, placebo-controlled 2-arm trial (n = 602) of rectal indomethacin (100 mg) versus placebo to prevent post-ERCP pancreatitis in high-risk patients, as reported by Elmunzer, Higgins, et al. (2012) in the New England Journal of Medicine.
This dataset was originally collected, cleaned, reformatted, and released
for public teaching and research use by Dr. Peter D. R. Higgins in the
medicaldata R package as indo_rct. The version shipped here is
redistributed in support of the worked examples in this package. The
variable definitions below follow medicaldata; note that a few
columns are stored as numeric (rather than factor) in this copy. Users who
need the authoritative copy or accompanying documentation should consult
medicaldata.
Format
A data frame with 602 observations on the following 33 variables:
idSubject identifier (numeric); leading digit indicates center. Range 1001–4003.
siteStudy site (factor, 4 levels):
1_UM= University of Michigan,2_IU= Indiana University,3_UK= University of Kentucky,4_Case= Case Western Reserve University.ageAge in years (numeric), range 19–90.
riskRisk score for post-ERCP pancreatitis (numeric), range 1–5.5.
genderSex (factor):
1_female,2_male.outcomePrimary outcome: post-ERCP pancreatitis (numeric, 1 = yes, 0 = no).
sodSphincter of Oddi dysfunction present (factor):
0_no,1_yes.pepHistory of prior post-ERCP pancreatitis (factor):
0_no,1_yes.recpancHistory of recurrent pancreatitis (factor):
0_no,1_yes.psphincPancreatic sphincterotomy performed (factor):
0_no,1_yes.precutSphincter pre-cut needed to enter papilla (factor):
0_no,1_yes.difcanCannulation of papilla was difficult (factor):
0_no,1_yes.pneudilPneumatic dilation of papilla performed (factor):
0_no,1_yes.ampAmpullectomy performed (factor):
0_no,1_yes.paninjContrast injected into pancreas (factor):
0_no,1_yes.acinarPancreas appeared to have acinarization on imaging (factor):
0_no,1_yes.brushBrushings taken from pancreatic duct (factor):
0_no,1_yes.asa81Aspirin used at 81 mg per day (factor with 3 levels):
0_no,1_yes, and a third level retained from the source coding.asa325Aspirin used at 325 mg per day (factor with 3 levels):
0_no,1_yes, and a third level retained from the source coding.asaAspirin used at any dose (factor with 3 levels):
0_no,1_yes, and a third level retained from the source coding.prophystentPancreatic duct stent placed per endoscopist judgment (factor):
0_no,1_yes.therastentPancreatic duct stent placed to treat narrowing (factor):
0_no,1_yes.pdstentPancreatic duct stent placed for any reason (factor):
0_no,1_yes.sodsomSphincter of Oddi manometry performed (factor):
0_no,1_yes.bsphincBiliary sphincterotomy performed (factor):
0_no,1_yes.bstentBiliary stent placed to relieve obstruction (factor):
0_no,1_yes.choleCholedocholithiasis present (factor):
0_no,1_yes.pbmalBiliary duct or pancreatic malignancy found (factor):
0_no,1_yes.trainTrainee participated in ERCP (factor):
0_no,1_yes.statusPatient status (factor):
0_inpatient,1_outpatient.typeSphincter of Oddi dysfunction type (factor):
0_no SOD,1_type 1,2_type 2,3_type 3.rxTreatment assignment (numeric, 1 = indomethacin, 0 = placebo).
bleedReportable gastrointestinal bleeding (numeric, coded 1 = no, 2 = yes;
NAwhen not assessed).
Source
Higgins, P. D. R. medicaldata: Data Package for Medical Datasets.
R package, dataset indo_rct.
https://CRAN.R-project.org/package=medicaldata
References
Elmunzer BJ, Higgins PDR, Saini SD, et al. A randomized trial of rectal indomethacin to prevent post-ERCP pancreatitis. New England Journal of Medicine 2012; 366(15):1414–1422. doi:10.1056/NEJMoa1111103
Examples
data(indo)