File: sbp.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 (24 lines) | stat: -rw-r--r-- 634 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
\name{sbp}
\alias{sbp}
\docType{data}
\title{
  Systolic Blood Pressure Data
}
\description{
  Systolic blood pressure, age and gender of 69 people.
}
\usage{data("sbp")}
\format{
  A data frame with 69 observations on the following 3 variables.
  \describe{
    \item{\code{gender}}{a factor with levels \code{male} \code{female}}
    \item{\code{sbp}}{systolic blood pressure in mmHg}
    \item{\code{age}}{age in years}
  }
}
\source{
  D. G. Kleinbaum, L. L. Kupper, K. E. Muller, A. Nizam, A. (1998),
  \emph{Applied Regression Analysis and Other Multivariable Methods},
  Duxbury Press, North Scituate, MA.
}
\keyword{datasets}