| cad1 {gRbase} | R Documentation |
A cross classified table with observational data from a Danish heart clinic. The response variable is CAD.
data(cad1)
A data frame with 236 observations on the following 14 variables.
SexFemale MaleAngPecAtypical None TypicalAMIDefinite NotCertainQWaveNo YesQWavecodeNonusable UsableSTcodeNonusable UsableSTchangeNo YesSuffHeartFNo YesHypertrophiNo YesHypercholNo YesSmokerNo YesInheritNo YesHeartfailNo YesCADNo Yescad1: Complete dataset, 236 cases. cad2: Incomplete dataset, 67 cases. Information on (some of) the variables Hyperchol, Smoker, Inherit is missing.
Højsgaard, Søren and Thiesson, Bo (1995). BIFROST - Block recursive models Induced From Relevant knowledge, Observations and Statistical Techniques. Computational Statistics and Data Analysis, vol. 19, p. 155-175
Hansen, J. F. (1980). The clinical diagnoisis of ichaeme heart disease du to coronary artery disease. Danish Medical Bulletin
data(cad1) ## maybe str(cad1) ; plot(cad1) ...