powered by
Measurements on six parts of patients' bodies in a clinical study for two competing treatments.
data(clinic)
A data frame with 30 observations on the following 6 variables.
fact
a factor with levels 1 2, specifying the treatment groups
1
2
var1
numeric vectors containing measurements on a first part of patients' bodies
var2
numeric vectors containing measurements on a second part of patients' bodies
var3
numeric vectors containing measurements on a third part of patients' bodies
var4
numeric vectors containing measurements on a fourth part of patients' bodies
var5
numeric vectors containing measurements on a fifth part of patients' bodies
# NOT RUN { library(MultEq) data(clinic) plot(clinic[,-1]) # }
Run the code above in your browser using DataLab