-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 1.08 KB
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 1.08 KB
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
# Generated by roxygen2: do not edit by hand
S3method(parse_model,PKPDsim)
S3method(parse_model,character)
S3method(parse_model,default)
S3method(plot,mipdeval_results)
S3method(print,mipdeval_results)
S3method(print,mipdeval_results_bayesian_impact)
S3method(print,mipdeval_results_shrinkage)
S3method(print,mipdeval_results_stats_summ)
export(accuracy)
export(add_grouping_column)
export(calculate_bayesian_impact)
export(calculate_shrinkage)
export(calculate_stats)
export(compare_psn_execute_results)
export(compare_psn_proseval_results)
export(fit_options)
export(group_by_dose)
export(group_by_time)
export(install_default_literature_model)
export(is_accurate)
export(is_accurate_abs)
export(is_accurate_rel)
export(new_ode_model)
export(parse_psn_proseval_results)
export(reldiff_psn_execute_results)
export(reldiff_psn_proseval_results)
export(run_eval)
export(stats_summ_options)
export(vpc_options)
importFrom(PKPDsim,install_default_literature_model)
importFrom(PKPDsim,new_ode_model)
importFrom(rlang,.data)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(utils,read.csv)