The R Project SVN R

Rev

Rev 40012 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40012 Rev 81437
Line 1... Line 1...
1
### $Id: DNase.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
1
### $Id: DNase.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
2
### Data on calibration runs for an assay of the enzyme DNase.
2
### Data on calibration runs for an assay of the enzyme DNase.
3
### cited in Davidian and Giltinan (1995) section 5.2.4, p.134
3
### cited in Davidian and Giltinan (1995) section 5.2.4, p.134
4
"DNase" <-
4
"DNase" <-
5
  structure(list(
5
  structure(list(
6
  Run = structure(ordered(c(4, 4, 4, 4, 4, 4, 4,
6
  Run = ordered(c(4, 4, 4, 4, 4, 4, 4,
7
     4, 4, 4, 4, 4, 4, 4, 4, 4, 10, 10, 10, 10, 10, 10, 10, 10, 10,
7
     4, 4, 4, 4, 4, 4, 4, 4, 4, 10, 10, 10, 10, 10, 10, 10, 10, 10,
8
     10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11,
8
     10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11,
9
     11, 11, 11, 11, 11, 11, 11, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
9
     11, 11, 11, 11, 11, 11, 11, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
10
     5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
10
     5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
11
     9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8,
11
     9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8,
12
     8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
12
     8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
13
     6, 6, 6, 6, 6, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
13
     6, 6, 6, 6, 6, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
14
     3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2,
14
     3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2,
15
     2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2), levels=1:11),
15
     2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2), levels=1:11,
16
    class = c("ordered", "factor"),
-
 
17
    .Label = c("10", "11", "9", "1", "4", "8", "5", "7", "6", "2", "3")),
16
     labels = c("10", "11", "9", "1", "4", "8", "5", "7", "6", "2", "3")),
18
   conc = c(0.04882812, 0.04882812, 0.1953125,
17
   conc = c(0.04882812, 0.04882812, 0.1953125,
19
     0.1953125, 0.390625, 0.390625, 0.78125, 0.78125, 1.5625, 1.5625,
18
     0.1953125, 0.390625, 0.390625, 0.78125, 0.78125, 1.5625, 1.5625,
20
     3.125, 3.125, 6.25, 6.25, 12.5, 12.5, 0.04882812, 0.04882812,
19
     3.125, 3.125, 6.25, 6.25, 12.5, 12.5, 0.04882812, 0.04882812,
21
     0.1953125, 0.1953125, 0.390625, 0.390625, 0.78125, 0.78125, 1.5625,
20
     0.1953125, 0.1953125, 0.390625, 0.390625, 0.78125, 0.78125, 1.5625,
22
     1.5625, 3.125, 3.125, 6.25, 6.25, 12.5, 12.5, 0.04882812, 0.04882812,
21
     1.5625, 3.125, 3.125, 6.25, 6.25, 12.5, 12.5, 0.04882812, 0.04882812,