-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
150 lines (149 loc) · 3.37 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Generated by roxygen2: do not edit by hand
S3method(print,chorussell)
S3method(print,dkqs)
S3method(print,estbounds)
S3method(print,fsst)
S3method(print,invertci)
S3method(print,invertci_multiple)
S3method(print,invertci_single)
S3method(print,lpmodel)
S3method(print,lpmodel.natural)
S3method(print,mincriterion)
S3method(print,subsample)
S3method(summary,bisection.print)
S3method(summary,chorussell)
S3method(summary,dkqs)
S3method(summary,estbounds)
S3method(summary,fsst)
S3method(summary,invertci)
S3method(summary,invertci_multiple)
S3method(summary,invertci_single)
S3method(summary,lpmodel)
S3method(summary,lpmodel.natural)
S3method(summary,mincriterion)
S3method(summary,subsample)
export(asmat)
export(beta.bs)
export(beta.product)
export(beta.r.compute)
export(beta.star.qp)
export(bisec.eval)
export(bisec.print)
export(bs.assign)
export(check.Ab)
export(check.betatgt)
export(check.betatgt.lp)
export(check.boolean)
export(check.cores)
export(check.dataframe)
export(check.datafunction)
export(check.errormsg)
export(check.func)
export(check.initb)
export(check.lpmodel)
export(check.lpobjects)
export(check.matrix)
export(check.nonnegative)
export(check.norm)
export(check.numeric)
export(check.numrange)
export(check.positive)
export(check.positiveinteger)
export(check.samplesize)
export(check.solver)
export(check.vector)
export(chorussell)
export(chorussell.bs)
export(chorussell.bs.fn)
export(chorussell.check)
export(chorussell.eval)
export(chorussell.lp)
export(chorussell.lp.fn)
export(chorussell.lp.fn.unbd)
export(chorussell.pt)
export(chorussell.simp)
export(chorussell.simp.fn)
export(ci.bisection)
export(ci.inout)
export(consolidate.invertci)
export(construct.cv.table)
export(cplexapi.optim)
export(dkqs)
export(dkqs.bs)
export(dkqs.bs.fn)
export(dkqs.check)
export(dkqs.qlp)
export(dmatrixconvert)
export(error.id.match)
export(estbounds)
export(estbounds.check)
export(estbounds.original)
export(estbounds2.L1)
export(estbounds2.L2)
export(fsst)
export(fsst.beta.bs)
export(fsst.beta.bs.fn)
export(fsst.beta.star.bs)
export(fsst.beta.star.bs.fn)
export(fsst.check)
export(fsst.cone.bs)
export(fsst.cone.bs.fn)
export(fsst.cone.lp)
export(fsst.cv.table)
export(fsst.label.lambda)
export(fsst.lambda)
export(fsst.pval)
export(fsst.range)
export(fsst.range.bs)
export(fsst.range.bs.fn)
export(fsst.weight.matrix)
export(full.beta.bs)
export(gurobi.optim)
export(infeasible.betatgt.warning)
export(infeasible.msg.betatgt)
export(infeasible.pval.msg)
export(invertci)
export(invertci.check)
export(invertci.show.param)
export(limsolve.optim)
export(lpm.print)
export(lpmodel)
export(lpmodel.anylist)
export(lpmodel.beta.eval)
export(lpmodel.eval)
export(lpmodel.extractlist)
export(lpmodel.natural)
export(lpmodel.update)
export(lpsolveapi.optim)
export(mincriterion)
export(mincriterion.check)
export(objective.function)
export(post.bs)
export(pval)
export(quan.stat)
export(rcplex.optim)
export(sigma.summation)
export(smatrixconvert)
export(standard.form)
export(standard.lpmodel)
export(subsample)
export(subsample.bs)
export(subsample.bs.fn)
export(subsample.check)
export(subsample.prob)
export(tau.constraints)
import(boot)
import(expm)
import(furrr)
import(plyr)
import(progressr)
import(scales)
importFrom(Matrix,Matrix)
importFrom(Matrix,norm)
importFrom(Matrix,t)
importFrom(Matrix,which)
importFrom(expm,sqrtm)
importFrom(methods,as)
importFrom(methods,is)
importFrom(pracma,ceil)
importFrom(utils,tail)