| Framinghamdata | R Documentation |
Data set consisting of records of male patients with coronary heart disease collected from the Framingham heart study. The Framinghamdata data consists of binary responses and four predictor variables collected on 'n = 1615' patients.
Framinghamdata
A data set that contains: 5 columns with 1,615 observations. The columns are defined as follows:
YResponse indicator (binary variable) of first evidence of CHD status of patient.
z1Serum cholesterol level of patient.
z2Age of patient.
z3Smoking indicator - whether the patient smokes.
w1Systolic blood pressure (SBP) of patient - this is the error contaminated variable, calculated from mean scores. The measurement error is 0.00630, see pp. 112 of Carroll et al. (2006).
See Carroll et al. (2006) for full details on the data and study. Also, see https://github.com/JakubStats/refitME for an RMarkdown vignette of an example that uses the data.
Carroll, R. J., Ruppert, D., Stefanski, L. A., and Crainiceanu, C. M. (2006). Measurement Error in Nonlinear Models: A Modern Perspective. 2nd Ed. London: Chapman & Hall/CRC.
# Load the data.
data(Framinghamdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.