-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
55 lines (54 loc) · 1.43 KB
/
Copy pathNAMESPACE
File metadata and controls
55 lines (54 loc) · 1.43 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,pgt)
S3method(as.data.frame,pgt_boot)
S3method(as.data.frame,pgt_compare)
S3method(as.data.frame,pgt_ml)
S3method(plot,pgt)
S3method(plot,pgt_compare)
S3method(plot,pgt_decomp)
S3method(plot,pgt_mac)
S3method(print,pgt)
S3method(print,pgt_boot)
S3method(print,pgt_compare)
S3method(print,pgt_decomp)
S3method(print,pgt_mac)
S3method(print,pgt_mb)
S3method(print,pgt_ml)
S3method(print,pgt_tech)
S3method(print,summary.pgt)
S3method(print,summary.pgt_decomp)
S3method(print,summary.pgt_ml)
S3method(summary,pgt)
S3method(summary,pgt_decomp)
S3method(summary,pgt_ml)
export(boot_pgt)
export(boot_pgt_sensitivity)
export(compare_models)
export(mac_curve)
export(mb_check)
export(pgt)
export(pgt_decompose)
export(pgt_ml)
export(pgt_tech)
export(shadow_prices)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(lpSolveAPI,add.constraint)
importFrom(lpSolveAPI,get.objective)
importFrom(lpSolveAPI,get.sensitivity.rhs)
importFrom(lpSolveAPI,get.variables)
importFrom(lpSolveAPI,lp.control)
importFrom(lpSolveAPI,make.lp)
importFrom(lpSolveAPI,set.bounds)
importFrom(lpSolveAPI,set.objfn)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,head)