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.
Total
Triglyceride level, response
Sex
Sex, 2 levels
Obese
Obesity, 2 levels
Chylo
Chylomicrons, covariate
VLDL
Very low density, lipids, covariate
LDL
Low density, lipids, covariate
HDL
High density, lipids, covariate
Age
Age
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.