-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
76 lines (75 loc) · 1.77 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ceac)
S3method(plot,evpi)
S3method(plot,evppi)
S3method(plot,evsi)
S3method(plot,exp_loss)
S3method(plot,icers)
S3method(plot,owsa)
S3method(plot,psa)
S3method(plot,twsa)
S3method(predict,metamodel)
S3method(print,metamodel)
S3method(print,sa)
S3method(summary,ceac)
S3method(summary,metamodel)
S3method(summary,psa)
export(beta_params)
export(calc_evpi)
export(calc_evppi)
export(calc_evsi)
export(calc_exp_loss)
export(calculate_icers)
export(calculate_icers_psa)
export(ceac)
export(create_dsa_oneway)
export(create_dsa_twoway)
export(dirichlet_params)
export(gamma_params)
export(gen_psa_samp)
export(lnorm_params)
export(make_psa_obj)
export(metamodel)
export(number_ticks)
export(owsa)
export(owsa_opt_strat)
export(owsa_tornado)
export(run_owsa_det)
export(run_psa)
export(run_twsa_det)
export(twsa)
import(dplyr)
import(ggplot2)
importFrom(dplyr,bind_cols)
importFrom(ellipse,ellipse)
importFrom(ggrepel,geom_label_repel)
importFrom(mgcv,Predict.matrix)
importFrom(mgcv,PredictMat)
importFrom(mgcv,gam)
importFrom(mgcv,tensor.prod.model.matrix)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(scales,comma)
importFrom(scales,dollar_format)
importFrom(scales,trans_new)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,reorder)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stringr,str_replace)
importFrom(stringr,str_sub)
importFrom(tidyr,pivot_longer)
importFrom(triangle,rtriangle)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)