Learn R Programming

MultEq (version 2.4)

clinic: Body measurements in a clinical study

Description

Measurements on six parts of patients' bodies in a clinical study for two competing treatments.

Usage

data(clinic)

Arguments

Format

A data frame with 30 observations on the following 6 variables.

fact

a factor with levels 1 2, specifying the treatment groups

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

Examples

Run this code
# NOT RUN {
library(MultEq)

data(clinic)
plot(clinic[,-1])
# }

Run the code above in your browser using DataLab