bootstrap (version 2019.6)

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)

Arguments

Format

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

obs

a numeric vector

age

a numeric vector

logCpeptide

a numeric vector

Examples

Run this code
# NOT RUN {
plot(logCpeptide ~ age, data=diabetes)
# }

Run the code above in your browser using DataLab