-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.53 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
# Generated by roxygen2: do not edit by hand
S3method(coef,ebnm)
S3method(comp_cdf,gammamix)
S3method(comp_cdf,laplacemix)
S3method(confint,ebnm)
S3method(fitted,ebnm)
S3method(logLik,ebnm)
S3method(nobs,ebnm)
S3method(plot,ebnm)
S3method(predict,ebnm)
S3method(print,ebnm)
S3method(print,summary.ebnm)
S3method(quantile,ebnm)
S3method(residuals,ebnm)
S3method(simulate,ebnm)
S3method(summary,ebnm)
S3method(vcov,ebnm)
export(ebnm)
export(ebnm_add_sampler)
export(ebnm_ash)
export(ebnm_check_fn)
export(ebnm_deconvolver)
export(ebnm_flat)
export(ebnm_generalized_binary)
export(ebnm_group)
export(ebnm_horseshoe)
export(ebnm_normal)
export(ebnm_normal_scale_mixture)
export(ebnm_npmle)
export(ebnm_output_all)
export(ebnm_output_default)
export(ebnm_point_exponential)
export(ebnm_point_laplace)
export(ebnm_point_mass)
export(ebnm_point_normal)
export(ebnm_scale_normalmix)
export(ebnm_scale_npmle)
export(ebnm_scale_unimix)
export(ebnm_unimodal)
export(ebnm_unimodal_nonnegative)
export(ebnm_unimodal_nonpositive)
export(ebnm_unimodal_symmetric)
export(gammamix)
export(horseshoe)
export(laplacemix)
importFrom(ashr,ash)
importFrom(ashr,comp_cdf)
importFrom(ashr,mixcdf)
importFrom(ashr,my_e2truncnorm)
importFrom(ashr,my_etruncnorm)
importFrom(ashr,normalmix)
importFrom(ashr,tnormalmix)
importFrom(deconvolveR,deconv)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,devAskNewPage)
importFrom(horseshoe,HS.normal.means)
importFrom(horseshoe,HS.post.mean)
importFrom(horseshoe,HS.post.var)
importFrom(magrittr,"%>%")
importFrom(mixsqp,mixsqp)
importFrom(rlang,.data)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,integrate)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,nlm)
importFrom(stats,nobs)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pexp)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,simulate)
importFrom(stats,uniroot)
importFrom(stats,vcov)
importFrom(truncnorm,etruncnorm)
importFrom(truncnorm,rtruncnorm)
importFrom(truncnorm,vtruncnorm)
importFrom(trust,trust)
importFrom(utils,modifyList)