[ede2d4]: / man / diabetes.Rd

Download this file

31 lines (28 with data), 1.0 kB

 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/diabetes.R
\docType{data}
\name{diabetes}
\alias{diabetes}
\title{Diabetes data with interaction terms}
\format{
A data frame with 442 rows and 65 columns (centred and scaled).
}
\source{
B. Efron, T. Hastie, I. Johnstone and R. Tibshirani (2004),
Least angle regression, \emph{The Annals of Statistics}, 32 (2), 407-499.
\doi{10.1214/009053604000000067}
The original dataset is available from
\url{https://web.stanford.edu/~hastie/Papers/LARS/data64.txt}
}
\description{
The dataset consists of observations on 442 individuals for which a
quantitative measure of diabetes progression is recorded in variable \code{Y}.
Predictors include 10 baseline measurements, 45 interactions and 9 quadratic
terms, for a total of 64 variables for each individual. Each variable has
been standardized by subtracting the mean and then dividing it by its
standard deviation.
}
\examples{
data(diabetes, package="hsstan")
}
\keyword{datasets}