-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
executable file
·90 lines (89 loc) · 2.14 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(print,nca_output)
export("%<=%")
export(absolute2relative_bsa)
export(accumulation_ratio)
export(add_ruv)
export(auc2dose)
export(calc_abw)
export(calc_aki_stage)
export(calc_amts_for_conc)
export(calc_baseline_scr)
export(calc_bmi)
export(calc_bsa)
export(calc_carboplatin_calvert)
export(calc_cefepime_neurotoxicity)
export(calc_creat)
export(calc_creat_neo)
export(calc_dosing_weight)
export(calc_egfr)
export(calc_egfr_cystatin)
export(calc_ffm)
export(calc_ibw)
export(calc_kel_double_tdm)
export(calc_kel_single_tdm)
export(calc_kgfr)
export(calc_lbw)
export(calc_neutropenia_grade)
export(calc_t12)
export(check_covs_available)
export(cm2inch)
export(conc2mol)
export(convert_albumin_unit)
export(convert_bilirubin_unit)
export(convert_creat_assay)
export(convert_creat_unit)
export(convert_flow_unit)
export(dose2auc)
export(egfr_cov_reqs)
export(find_nearest_dose)
export(find_nearest_interval)
export(fraction_of_ss)
export(inch2cm)
export(kg2lbs)
export(kg2oz)
export(lbs2kg)
export(mol2conc)
export(nca)
export(oz2kg)
export(pct_bmi_for_age)
export(pct_height_for_age)
export(pct_weight_for_age)
export(pk_1cmt_bolus)
export(pk_1cmt_bolus_cmax_ss)
export(pk_1cmt_bolus_cmin_ss)
export(pk_1cmt_bolus_dose_from_cmax)
export(pk_1cmt_bolus_dose_from_cmin)
export(pk_1cmt_bolus_ss)
export(pk_1cmt_inf)
export(pk_1cmt_inf_cmax_ss)
export(pk_1cmt_inf_cmin_ss)
export(pk_1cmt_inf_dose_for_range)
export(pk_1cmt_inf_dose_from_cmax)
export(pk_1cmt_inf_dose_from_cmin)
export(pk_1cmt_inf_ss)
export(pk_1cmt_oral)
export(pk_1cmt_t12)
export(pk_2cmt_bolus)
export(pk_2cmt_bolus_cmax_ss)
export(pk_2cmt_bolus_cmin_ss)
export(pk_2cmt_bolus_dose_from_cmax)
export(pk_2cmt_bolus_dose_from_cmin)
export(pk_2cmt_bolus_ss)
export(pk_2cmt_inf)
export(pk_2cmt_inf_cmax_ss)
export(pk_2cmt_inf_cmin_ss)
export(pk_2cmt_inf_dose_from_cmax)
export(pk_2cmt_inf_dose_from_cmin)
export(pk_2cmt_inf_ss)
export(pk_2cmt_t12)
export(pk_2cmt_t12_interval)
export(read_who_table)
export(relative2absolute_bsa)
export(time_to_ss)
export(valid_units)
export(weight2kg)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(utils,read.table)
importFrom(utils,tail)