-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
102 lines (101 loc) · 2.81 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
# Generated by roxygen2: do not edit by hand
export(AdaptivelyWeightedSampleMean)
export(Bias)
export(BiasReduced)
export(Centrality)
export(Coverage)
export(Expectation)
export(FirstStageSampleMean)
export(IntervalEstimator)
export(LikelihoodRatioOrderingCI)
export(LikelihoodRatioOrderingPValue)
export(LinearShiftRepeatedPValue)
export(MLEOrderingCI)
export(MLEOrderingPValue)
export(MSE)
export(MedianUnbiasedLikelihoodRatioOrdering)
export(MedianUnbiasedMLEOrdering)
export(MedianUnbiasedNeymanPearsonOrdering)
export(MedianUnbiasedScoreTestOrdering)
export(MedianUnbiasedStagewiseCombinationFunctionOrdering)
export(MidpointLikelihoodRatioOrderingCI)
export(MidpointMLEOrderingCI)
export(MidpointNeymanPearsonOrderingCI)
export(MidpointScoreTestOrderingCI)
export(MidpointStagewiseCombinationFunctionOrderingCI)
export(MinimizePeakVariance)
export(NaiveCI)
export(NaivePValue)
export(NeymanPearsonOrderingCI)
export(NeymanPearsonOrderingPValue)
export(NormalPrior)
export(OverestimationProbability)
export(PValue)
export(PointEstimator)
export(PseudoRaoBlackwell)
export(RaoBlackwell)
export(RepeatedCI)
export(SampleMean)
export(ScoreTestOrderingCI)
export(ScoreTestOrderingPValue)
export(SoftCoverage)
export(StagewiseCombinationFunctionOrderingCI)
export(StagewiseCombinationFunctionOrderingPValue)
export(TestAgreement)
export(UniformPrior)
export(Variance)
export(WeightedSampleMean)
export(Width)
export(analyze)
export(evaluate_estimator)
export(evaluate_scenarios_parallel)
export(get_example_design)
export(get_example_statistics)
export(get_stagewise_estimators)
export(plot_p)
exportClasses(EstimatorScore)
exportClasses(IntervalEstimator)
exportClasses(PValue)
exportClasses(PointEstimator)
exportClasses(Statistic)
exportMethods(plot)
import(adoptr)
import(ggplot2)
import(methods)
importFrom(Rdpack,reprompt)
importFrom(cubature,hcubature)
importFrom(forcats,as_factor)
importFrom(future.apply,future_apply)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,theme_pubclean)
importFrom(ggpubr,theme_pubr)
importFrom(grDevices,xy.coords)
importFrom(graphics,plot.default)
importFrom(latex2exp,TeX)
importFrom(progressr,progressor)
importFrom(scales,percent)
importFrom(stats,dchisq)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,dunif)
importFrom(stats,integrate)
importFrom(stats,optimize)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,tail)
useDynLib(adestr, .registration = TRUE)