| buerk | R Documentation | 
This data set collected by Dr. Bürk at the university hospital in Lübeck contains data of 21556 surgeries in a certain time period (end of the nineties). Besides the mortality and the morbidity it contains 21 variables describing the condition of the patient and the surgery.
data(buerk)A data frame with 21556 observations on the following 23 variables.
ageAge in years
sexSex (1 = female, 0 = male)
asaASA-Score (American Society of Anesthesiologists), describes the physical condition on an ordinal scale: 
1 = A normal healthy patient 
2 = A patient with mild systemic disease 
3 = A patient with severe systemic disease 
4 = A patient with severe systemic disease that is a constant threat to life 
5 = A moribund patient who is not expected to survive without the operation 
6 = A declared brain-dead patient whose organs are being removed for donor purposes
rf_cerRisk factor: cerebral (1 = yes, 0 = no)
rf_carRisk factor: cardiovascular (1 = yes, 0 = no)
rf_pulRisk factor: pulmonary (1 = yes, 0 = no)
rf_renRisk factor: renal (1 = yes, 0 = no)
rf_hepRisk factor: hepatic (1 = yes, 0 = no)
rf_imuRisk factor: immunological (1 = yes, 0 = no)
rf_metabRisk factor: metabolic (1 = yes, 0 = no)
rf_nocRisk factor: uncooperative, unreliable (1 = yes, 0 = no)
e_maligEtiology: malignant (1 = yes, 0 = no)
e_vascuEtiology: vascular (1 = yes, 0 = no)
antibioAntibiotics therapy (1 = yes, 0 = no)
opSurgery indicated (1 = yes, 0 = no)
opacuteEmergency operation (1 = yes, 0 = no)
optimeSurgery time in minutes
opsepsisSeptic surgery (1 = yes, 0 = no)
opskillExpirienced surgeond, i.e. senior physician (1 = yes, 0 = no)
bloodBlood transfusion necessary (1 = yes, 0 = no)
icuIntensive care necessary (1 = yes, 0 = no)
mortalMortality (1 = yes, 0 = no)
morbMorbidity (1 = yes, 0 = no)
Dümbgen L., Igl B.-W. and Munk A. (2008) P-Values for Classification. Electronic Journal of Statistics 2, 468–493, available at \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1214/08-EJS245")}.
Zumbrunnen N. and Dümbgen L. (2017) pvclass: An R Package for p Values for Classification. Journal of Statistical Software 78(4), 1–19. doi:10.18637/jss.v078.i04
Zumbrunnen N. (2014) P-Values for Classification – Computational Aspects and Asymptotics. Ph.D. thesis, University of Bern, available at http://boris.unibe.ch/id/eprint/53585.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.