diabetes: Blood and other measurements in diabetics.

Description Usage Format Details Source References See Also Examples

Description

The diabetes data frame has 442 rows and 3 columns. These are the data used in Efron et al "Least Angle Regression".

Usage

1

Format

A data frame with 442 observations on the following 3 variables.

x

a matrix with 10 columns

y

a numeric vector

x2

a matrix with 64 columns

Details

The x matrix has been standardized to have variance 1 in each column and zero mean. The matrix x2 consists of x plus certain interactions.

Source

Data can be found in the ‘lars’ package.

References

Voorman, A, Shojaie, A, and Witten D. nference in high-dimensions with the penalized score test. In preparation.

See Also

lassoscore

Examples

1
2
data(diabetes)
mod <- with(diabetes,lassoscore(y,x,lambda=0.02))

lassoscore documentation built on May 2, 2019, 5:12 a.m.