Learn R Programming

BDgraph (version 2.43)

reinis: Risk factors of coronary heart disease

Description

The dataset consist of \(6\) discrete variables as the potential risk factors of coronary heart disease. The data collected from \(1841\) men employed of a car factory in Czechoslovakia (Reinis et al. 1981).

Usage

data( reinis )

Arguments

Format

The format is a matrix with \(1841\) rows (number of individuals) and \(6\) column (number of variables).

References

Reinis et al (1981). Prognostic significance of the risk profile in the prevention of coronary heart disease. Bratis. lek. Listy. 76:137-150

Examples

Run this code
# NOT RUN {
data( reinis )
dim( reinis )
head( reinis )
# }

Run the code above in your browser using DataLab