Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

diabetes

Blood Measurements on 43 Diabetic Children


Description

Measurements on 43 diabetic children of log-Cpeptide (a blood measurement) and age (in years). Interest is predicting the blood measurement from age.

Usage

data(diabetes)

Format

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

obs

a numeric vector

age

a numeric vector

logCpeptide

a numeric vector

Source

Efron, B. and Tibshirani, R. (1993) An Introduction to the Bootstrap. Chapman and Hall, New York, London.

Examples

plot(logCpeptide ~ age, data=diabetes)

bootstrap

Functions for the Book "An Introduction to the Bootstrap"

v2019.6
BSD_3_clause + file LICENSE
Authors
S original, from StatLib, by Rob Tibshirani. R port by Friedrich Leisch.
Initial release
2019-06-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.