Description Usage Format Details Source Examples
The hormone data. Amount in milligrams of anti-inflammatory hormone remaining in 27 devices, after a certain number of hours (hrs) of wear.
1 |
A data frame with 27 observations on the following 3 variables.
a character vector
a numeric vector
a numeric vector
The hormone data. Amount in milligrams of anti-inflammatory hormone remaining in 27 devices, after a certain number of hours (hrs) of wear. The devices were sampled from 3 different manufacturing lots, called A, B and C. Lot C looks like it had greater amounts of remaining hormone, but it also was worn the least number of hours.
The book uses this as an example for regression analysis.
Efron, B. and Tibshirani, R. (1993) An Introduction to the Bootstrap. Chapman and Hall, New York, London.
1 2 3 4 5 |
'data.frame': 27 obs. of 3 variables:
$ Lot : chr "A" "A" "A" "A" ...
$ hrs : num 99 152 293 155 196 53 184 171 52 376 ...
$ amount: num 25.8 20.5 14.3 23.2 20.6 31.1 20.9 20.9 30.4 16.3 ...
Warning message:
In lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) :
extra argument ‘col’ will be disregarded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.