pine {AICcmodavg} | R Documentation |
Strength of Pine Wood Based on the Density Adjusted for Resin Content
Description
This data set consists of the strength of pine wood as a function of density or density adjusted for resin content.
Usage
data(pine)
Format
A data frame with 42 observations on the following 3 variables.
y
pine wood strength.
x
pine wood density.
z
pine wood density adjusted for resin content.
Details
Burnham and Anderson (2002, p. 183) use this data set originally from Carlin and Chib (1995) to illustrate model selection for two competing and non-nested models.
Source
Burnham, K. P., Anderson, D. R. (2002) Model Selection and Multimodel Inference: a practical information-theoretic approach. Second edition. Springer: New York.
Carlin, B. P., Chib, S. (1995) Bayesian model choice via Markov chain Monte Carlo methods. Journal of the Royal Statistical Society, Series B 57, 473–484.
Examples
data(pine)
## maybe str(pine) ; plot(pine) ...
[Package AICcmodavg version 2.3-3 Index]