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}
|