|
1 | 1 | citHeader("To cite xpose4 in publications, use:") |
2 | 2 |
|
3 | | -citEntry( |
4 | | - entry="Article", |
5 | | - title= "Xpose--an S-PLUS based population pharmacokinetic/pharmacodynamic model building aid for NONMEM", |
6 | | - journal="Computer Methods and Programs in Biomedicine", |
7 | | - volume= "58", |
8 | | - number="1", |
9 | | - pages="51-64", |
10 | | - year="1999", |
11 | | - author = personList(as.person("E. N. Jonsson"), |
12 | | - as.person("M. O. Karlsson")), |
13 | | - doi = "10.1016/s0169-2607(98)00067-4", |
14 | | - textVersion="Jonsson, E.N. & Karlsson, M.O. (1999) Xpose--an S-PLUS based population |
15 | | - pharmacokinetic/pharmacodynamic model building aid for NONMEM. Computer Methods |
16 | | - and Programs in Biomedicine. 58(1):51-64." |
| 3 | +bibentry( |
| 4 | + bibtype="Article", |
| 5 | + title= "Xpose--an S-PLUS based population pharmacokinetic/pharmacodynamic model building aid for NONMEM", |
| 6 | + author = c(person(c("E"," Niclas"), "Jonsson"), |
| 7 | + person(c("Mats","O"), "Karlsson")), |
| 8 | + journal="Computer Methods and Programs in Biomedicine", |
| 9 | + volume= "58", |
| 10 | + number="1", |
| 11 | + pages="51-64", |
| 12 | + year="1999", |
| 13 | + doi = "10.1016/s0169-2607(98)00067-4", |
| 14 | + textVersion="Jonsson, E.N. & Karlsson, M.O. (1999) Xpose--an S-PLUS based population pharmacokinetic/pharmacodynamic model building aid for NONMEM. Computer Methods and Programs in Biomedicine. 58(1):51-64." |
17 | 15 | ) |
18 | 16 |
|
19 | 17 | bibentry(bibtype="Article", |
|
0 commit comments