|
a |
|
b/man/diabetes.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/diabetes.R |
|
|
3 |
\docType{data} |
|
|
4 |
\name{diabetes} |
|
|
5 |
\alias{diabetes} |
|
|
6 |
\title{Diabetes data with interaction terms} |
|
|
7 |
\format{ |
|
|
8 |
A data frame with 442 rows and 65 columns (centred and scaled). |
|
|
9 |
} |
|
|
10 |
\source{ |
|
|
11 |
B. Efron, T. Hastie, I. Johnstone and R. Tibshirani (2004), |
|
|
12 |
Least angle regression, \emph{The Annals of Statistics}, 32 (2), 407-499. |
|
|
13 |
\doi{10.1214/009053604000000067} |
|
|
14 |
|
|
|
15 |
The original dataset is available from |
|
|
16 |
\url{https://web.stanford.edu/~hastie/Papers/LARS/data64.txt} |
|
|
17 |
} |
|
|
18 |
\description{ |
|
|
19 |
The dataset consists of observations on 442 individuals for which a |
|
|
20 |
quantitative measure of diabetes progression is recorded in variable \code{Y}. |
|
|
21 |
Predictors include 10 baseline measurements, 45 interactions and 9 quadratic |
|
|
22 |
terms, for a total of 64 variables for each individual. Each variable has |
|
|
23 |
been standardized by subtracting the mean and then dividing it by its |
|
|
24 |
standard deviation. |
|
|
25 |
} |
|
|
26 |
\examples{ |
|
|
27 |
data(diabetes, package="hsstan") |
|
|
28 |
|
|
|
29 |
} |
|
|
30 |
\keyword{datasets} |