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: Theoph.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
1
### $Id: Theoph.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
2
### Theophylline pharmacokinetic data
2
### Theophylline pharmacokinetic data
3
### Boeckmann, Sheiner, and Beal (1994), NONMEM Users Guide - Part V.
3
### Boeckmann, Sheiner, and Beal (1994), NONMEM Users Guide - Part V.
4
"Theoph" <-
4
"Theoph" <-
5
  structure(list
5
  structure(list
6
  (Subject = structure(ordered(c(11, 11, 11, 11,
6
  (Subject = ordered(c(11, 11, 11, 11,
7
     11, 11, 11, 11, 11, 11, 11, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
7
     11, 11, 11, 11, 11, 11, 11, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
8
     5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
8
     5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
9
     7, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1, 1, 1, 1, 1,
9
     7, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1, 1, 1, 1, 1,
10
     1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3,
10
     1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3,
11
     3, 3, 3, 3, 3, 3, 3, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 10, 10,
11
     3, 3, 3, 3, 3, 3, 3, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 10, 10,
12
     10, 10, 10, 10, 10, 10, 10, 10, 10, 4, 4, 4, 4, 4, 4, 4, 4, 4,
12
     10, 10, 10, 10, 10, 10, 10, 10, 10, 4, 4, 4, 4, 4, 4, 4, 4, 4,
13
     4, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9), levels=1:12),
13
     4, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9), levels=1:12,
14
     class = c("ordered", "factor"),
-
 
15
     .Label = c("6", "7", "8", "11", "3", "2", "4", "9", "12", "10",
14
     labels = c("6", "7", "8", "11", "3", "2", "4", "9", "12", "10",
16
       "1", "5")),
15
       "1", "5")),
17
   Wt = c(79.6, 79.6, 79.6, 79.6, 79.6,
16
   Wt = c(79.6, 79.6, 79.6, 79.6, 79.6,
18
     79.6, 79.6, 79.6, 79.6, 79.6, 79.6, 72.4, 72.4, 72.4, 72.4, 72.4,
17
     79.6, 79.6, 79.6, 79.6, 79.6, 79.6, 72.4, 72.4, 72.4, 72.4, 72.4,
19
     72.4, 72.4, 72.4, 72.4, 72.4, 72.4, 70.5, 70.5, 70.5, 70.5, 70.5,
18
     72.4, 72.4, 72.4, 72.4, 72.4, 72.4, 70.5, 70.5, 70.5, 70.5, 70.5,
20
     70.5, 70.5, 70.5, 70.5, 70.5, 70.5, 72.7, 72.7, 72.7, 72.7, 72.7,
19
     70.5, 70.5, 70.5, 70.5, 70.5, 70.5, 72.7, 72.7, 72.7, 72.7, 72.7,