clinic: Body measurements in a clinical study

clinicR Documentation

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)

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

Source

L"auter, and Kropf, (1998): Exact stable multivariate tests for application in clinical research. Joint statistical meeting Dallas (USA), conference proceeedings, group 1

Examples

library(MultEq)

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

MultEq documentation built on March 18, 2022, 5:11 p.m.