-
Notifications
You must be signed in to change notification settings - Fork 21
/
NAMESPACE
98 lines (97 loc) · 2.08 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
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
S3method(summary,poped_optim)
export(Doptim)
export(Dtrace)
export(LEDoptim)
export(LinMatrixL)
export(LinMatrixLH)
export(LinMatrixL_occ)
export(RS_opt)
export(a_line_search)
export(bfgsb_min)
export(blockexp)
export(blockfinal)
export(blockheader)
export(blockopt)
export(build_sfg)
export(calc_autofocus)
export(calc_ofv_and_fim)
export(calc_ofv_and_grad)
export(cell)
export(convert_variables)
export(create.poped.database)
export(create_design)
export(create_design_space)
export(design_summary)
export(diag_matlab)
export(ed_laplace_ofv)
export(ed_mftot)
export(efficiency)
export(evaluate.e.ofv.fim)
export(evaluate.fim)
export(evaluate_design)
export(evaluate_fim_map)
export(evaluate_power)
export(feps.add)
export(feps.add.prop)
export(feps.prop)
export(feval)
export(ff.PK.1.comp.oral.md.CL)
export(ff.PK.1.comp.oral.md.KE)
export(ff.PK.1.comp.oral.sd.CL)
export(ff.PK.1.comp.oral.sd.KE)
export(ff.PKPD.1.comp.oral.md.CL.imax)
export(ff.PKPD.1.comp.sd.CL.emax)
export(fileparts)
export(getTruncatedNormal)
export(get_all_params)
export(get_rse)
export(get_unfixed_params)
export(getfulld)
export(gradf_eps)
export(inv)
export(isempty)
export(mc_mean)
export(median_hilow_poped)
export(mfea)
export(mftot)
export(model_prediction)
export(ofv_criterion)
export(ofv_fim)
export(ones)
export(optim_ARS)
export(optim_LS)
export(optimize_groupsize)
export(optimize_n_eff)
export(optimize_n_rse)
export(pargen)
export(plot_efficiency_of_windows)
export(plot_model_prediction)
export(poped.choose)
export(poped_gui)
export(poped_optim)
export(poped_optimize)
export(rand)
export(randn)
export(shrinkage)
export(size)
export(start_parallel)
export(test_mat_size)
export(tic)
export(toc)
export(zeros)
import(ggplot2)
importFrom(codetools,findGlobals)
importFrom(magrittr,"%>%")
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,end)
importFrom(stats,optim)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,capture.output)
importFrom(utils,find)
importFrom(utils,packageVersion)
importFrom(utils,stack)