File: mtept.Rd

package info (click to toggle)
multcomp 1.4-29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,444 kB
  • sloc: sh: 28; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\name{mtept}
\alias{mtept}
\docType{data}
\title{
Multiple Endpoints Data
}
\description{
Measurements on four endpoints in a two-arm clinical trial.
}
\usage{data(mtept)}
\format{
  A data frame with 111 observations on the following 5 variables.
  \describe{
    \item{\code{treatment}}{a factor with levels \code{Drug} \code{Placebo}}
    \item{\code{E1}}{endpoint 1}
    \item{\code{E2}}{endpoint 2}
    \item{\code{E3}}{endpoint 3}
    \item{\code{E4}}{endpoint 4}
  }
}
\details{
The data (from Westfall et al., 1999) contain measurements of patients
in treatment (\code{Drug}) and control (\code{Placebo}) groups, with four
outcome variables.
}
\source{
  P. H. Westfall, R. D. Tobias, D. Rom, R. D. Wolfinger, Y. Hochberg (1999).
  \emph{Multiple Comparisons and Multiple Tests Using the SAS System}.
  Cary, NC: SAS Institute Inc.
}
\keyword{datasets}