| Line 1... |
Line 1... |
| 1 |
### $Id: Orange.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
|
1 |
### $Id: Orange.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
|
| 2 |
### Growth of orange trees
|
2 |
### Growth of orange trees
|
| 3 |
### Draper and Smith (1981), Exercise 10.N, p. 524.
|
3 |
### Draper and Smith (1981), Exercise 10.N, p. 524.
|
| 4 |
"Orange" <-
|
4 |
"Orange" <-
|
| 5 |
structure(list
|
5 |
structure(list
|
| 6 |
(Tree = structure(ordered(c(2, 2, 2, 2, 2, 2, 2,
|
6 |
(Tree = ordered(c(2, 2, 2, 2, 2, 2, 2,
|
| 7 |
4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5,
|
7 |
4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5,
|
| 8 |
3, 3, 3, 3, 3, 3, 3), levels=1:5),
|
8 |
3, 3, 3, 3, 3, 3, 3), levels=1:5,
|
| 9 |
class = c("ordered", "factor"),
|
- |
|
| 10 |
.Label = c("3", "1", "5", "2", "4")),
|
9 |
labels = c("3", "1", "5", "2", "4")),
|
| 11 |
age = c(118, 484, 664,
|
10 |
age = c(118, 484, 664,
|
| 12 |
1004, 1231, 1372, 1582, 118, 484, 664, 1004, 1231, 1372, 1582,
|
11 |
1004, 1231, 1372, 1582, 118, 484, 664, 1004, 1231, 1372, 1582,
|
| 13 |
118, 484, 664, 1004, 1231, 1372, 1582, 118, 484, 664, 1004, 1231,
|
12 |
118, 484, 664, 1004, 1231, 1372, 1582, 118, 484, 664, 1004, 1231,
|
| 14 |
1372, 1582, 118, 484, 664, 1004, 1231, 1372, 1582),
|
13 |
1372, 1582, 118, 484, 664, 1004, 1231, 1372, 1582),
|
| 15 |
circumference = c(30,
|
14 |
circumference = c(30,
|