Description Usage Format Details Source References Examples
Measurement on black cherry trees
1 |
'treesf' is familiar data frame with observations on 31 trees with respect to the following 3 variables.
Diameter
Diameter measured one foot above ground (inches)
Height
Height (feet)
Volume
Volume (cubic feet)
Note that the diameter needs to be coverted to feet (12 inches in 1 foot) before use. Assuming cone shaped trunks, the colume of wood available should be found from: V = (π/12) D^{2} H. By taking logarithms of the variables it is possible to fit \log V = \log(π/12) + 2 \log D + \log H by using lm().
Ryan, B.F., B. Joiner and T.A. Ryan (1976) Minitab Handbook (2nd edition) Boxton: Duxbury Press (page 278)
Flury, B.D. (1997) A First Course in Multivariate Statistics, Springer NY
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.