Learn R Programming

QBAsyDist (version 0.1.2)

bone.data: Dataset concerning the actual measurements of bone density in adolescents

Description

A detailed description of this dataset is available in https://web.stanford.edu/~hastie/ElemStatLearn/datasets/bone.data and discussed in Friedman et al. (2001) and Takeuchi et al. (2006).

Usage

bone.data

Arguments

Format

A data frame with 485 rows and 4 variables:

idnum

ID of adolescent.

age

Age of adolescent.

gender

Gender of adolescent.

spnbmd

Relative Change in the actual measurements of bone density (BMD).

References

Friedman, J., Hastie, T. and Tibshirani, R. (2001). The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Springer series in statistics New York, USA

Takeuchi, I., Le, Q. V., Sears, T. D., and Smola, A. J. (2006). Nonparametric quantile estimation, Journal of Machine Learning Research, Vol 7, pp. 1231--1264.

Examples

Run this code
# NOT RUN {
data(bone.data)
y=bone.data$spnbmd
x=bone.data$age
plot(x,y)
# }

Run the code above in your browser using DataLab