-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.bib
119 lines (119 loc) · 3.63 KB
/
packages.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2020},
url = {https://www.R-project.org/},
}
@Manual{R-BE,
title = {BE: Bioequivalence Study Data Analysis},
author = {Kyun-Seop Bae},
year = {2018},
note = {R package version 0.1.1},
url = {https://CRAN.R-project.org/package=BE},
}
@Manual{R-binr,
title = {binr: Cut Numeric Values into Evenly Distributed Groups},
author = {Sergei Izrailev},
year = {2015},
note = {R package version 1.1},
url = {https://CRAN.R-project.org/package=binr},
}
@Manual{R-checkmate,
title = {checkmate: Fast and Versatile Argument Checks},
author = {Michel Lang},
year = {2020},
note = {R package version 2.0.0},
url = {https://CRAN.R-project.org/package=checkmate},
}
@Manual{R-foreign,
title = {foreign: Read Data Stored by 'Minitab', 'S', 'SAS', 'SPSS', 'Stata',
'Systat', 'Weka', 'dBase', ...},
author = {{R Core Team}},
year = {2020},
note = {R package version 0.8-79},
url = {https://CRAN.R-project.org/package=foreign},
}
@Manual{R-forestplot,
title = {forestplot: Advanced Forest Plot Using 'grid' Graphics},
author = {Max Gordon and Thomas Lumley},
year = {2019},
note = {R package version 1.9},
url = {https://CRAN.R-project.org/package=forestplot},
}
@Manual{R-magrittr,
title = {magrittr: A Forward-Pipe Operator for R},
author = {Stefan Milton Bache and Hadley Wickham},
year = {2014},
note = {R package version 1.5},
url = {https://CRAN.R-project.org/package=magrittr},
}
@Manual{R-math,
title = {math: Mathematics taught in R},
author = {Kyun-Seop Bae},
year = {2019},
note = {R package version 0.1.0},
url = {https://CRAN.R-project.org/package=math},
}
@Manual{R-ncar,
title = {ncar: Noncompartmental Analysis for Pharmacokinetic Report},
author = {Kyun-Seop Bae},
year = {2019},
note = {R package version 0.4.2},
url = {https://CRAN.R-project.org/package=ncar},
}
@Manual{R-nmw,
title = {nmw: Understanding Nonlinear Mixed Effects Modeling for Population
Pharmacokinetics},
author = {Kyun-Seop Bae},
year = {2018},
note = {R package version 0.1.4},
url = {https://CRAN.R-project.org/package=nmw},
}
@Manual{R-NonCompart,
title = {NonCompart: Noncompartmental Analysis for Pharmacokinetic Data},
author = {Kyun-Seop Bae},
year = {2020},
note = {R package version 0.4.7},
url = {https://CRAN.R-project.org/package=NonCompart},
}
@Manual{R-numDeriv,
title = {numDeriv: Accurate Numerical Derivatives},
author = {Paul Gilbert and Ravi Varadhan},
year = {2019},
note = {R package version 2016.8-1.1},
url = {https://CRAN.R-project.org/package=numDeriv},
}
@Manual{R-pkr,
title = {pkr: Pharmacokinetics in R},
author = {Kyun-Seop Bae and Jee Eun Lee},
year = {2018},
note = {R package version 0.1.2},
url = {https://CRAN.R-project.org/package=pkr},
}
@Manual{R-rtf,
title = {rtf: Rich Text Format (RTF) Output},
author = {Michael E. Schaffer},
year = {2020},
note = {R package version 0.4-14.1},
url = {https://CRAN.R-project.org/package=rtf},
}
@Manual{R-wnl,
title = {wnl: Minimization Tool for Pharmacokinetic-Pharmacodynamic Data
Analysis},
author = {Kyun-Seop Bae},
year = {2019},
note = {R package version 0.5.1},
url = {https://CRAN.R-project.org/package=wnl},
}
@Article{checkmate,
title = {{checkmate}: Fast Argument Checks for Defensive R Programming},
author = {Michel Lang},
journal = {The R Journal},
year = {2017},
url = {https://journal.r-project.org/archive/2017/RJ-2017-028/index.html},
pages = {437--445},
volume = {9},
number = {1},
}