| CardioRiskFactors | R Documentation | 
Data from a study to investigate assocation between uric acid and various cardiovascular risk factors in developing countries (Heritier et. al. 2009). There are 474 men and 524 women aged 25-64.
data(CardioRiskFactors)A data frame with 998 observations on the following 14 variables.
ageAge of subject
bmiBody Mass Index
waisthipwaist/hip ratio(?)
smokindicator for regular smoker
cholestotal cholesterol
trigtriglycerides level in body fat
hdlhigh-density lipoprotien(?)
ldllow-density lipoprotein
syssystolic blood pressure
diadiastolic blood pressure(?)
Uricserum uric
sexindicator for male
alcoalcohol intake (mL/day)
apoaapoprotein A
Data set and description taken from Heritier et. al. (2009) (c.f. Conen et. al. 2004).
Heritier, S., Cantoni, E., Copt, S., and Victoria-Feser, M. (2009), Robust Methods in Biostatistics, New York: John Wiley and Sons.
Conen, D., Wietlisbach, V., Bovet, P., Shamlaye, C., Riesen, W., Paccaud, F., and Burnier, M. (2004), Prevalence of hyperuricemia and relation of serum uric acid with cardiovascular risk factors in a developing country. BMC Public Health.
data(CardioRiskFactors)
fitF<-rfit(Uric~bmi+sys+choles+ldl+sex+smok+alco+apoa+trig+age,data=CardioRiskFactors)
fitR<-rfit(Uric~bmi+sys+choles+ldl+sex,data=CardioRiskFactors)
drop.test(fitF,fitR)
summary(fitR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.