| blood.plasma {npsm} | R Documentation |
Blood plasma measurements related to total triglyceride level
Description
Data table from Table 9.11 of Hollander and Wolfe (1999). The data consists of triglyceride levels on 13 patients. Two factors, each at two levels, were recorded: Sex and Obesity. The concomitant variables are chylomicrons, age, and three lipid variables (very low-density lipoproteins (VLDL), low-density lipoproteins (LDL), and high-density lipoproteins (HDL)).
Usage
data(blood.plasma)
Format
A data frame with 13 observations on 8 variables.
TotalTriglyceride level, response
SexSex, 2 levels
ObeseObesity, 2 levels
ChyloChylomicrons, covariate
VLDLVery low density, lipids, covariate
LDLLow density, lipids, covariate
HDLHigh density, lipids, covariate
AgeAge
Source
Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.
References
Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.
Examples
data(blood.plasma)
plot(Total~Age,data=blood.plasma)
boxplot(Total~Obese,data=blood.plasma)