| blood.plasma | R Documentation |
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)).
data(blood.plasma)
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
Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.
Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.
data(blood.plasma)
plot(Total~Age,data=blood.plasma)
boxplot(Total~Obese,data=blood.plasma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.