-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
export(asymptotic_confseq)
export(best_rho2_approx)
export(best_rho2_exact)
export(betting_cs)
export(confseq_ate)
export(confseq_ate_unadjusted)
export(cumul_mean)
export(cumul_var)
export(get_SL_fn)
export(get_avg_width)
export(get_cumul_miscoverage_rate)
export(howard_subexponential_cs)
export(logseq)
export(lyapunov_asympcs)
export(naive_confidence_intervals)
export(naive_std_margin)
export(plot_cs_shape)
export(pseudo_outcome_abstract)
export(pseudo_outcome_estimator)
export(pseudo_outcome_sequential)
export(pseudo_outcome_variance)
export(robbins_subGaussian_cs)
export(std_LIL_margin)
export(std_conjmix_margin)
importFrom(SuperLearner,SuperLearner)
importFrom(dplyr,"%>%")
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_logticks)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,ylab)
importFrom(lamW,lambertW0)
importFrom(lamW,lambertWm1)
importFrom(parallel,mclapply)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(reticulate,import)
importFrom(rlang,.data)
importFrom(stats,binomial)
importFrom(stats,gaussian)
importFrom(stats,qnorm)
importFrom(stats,rbinom)