-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.3 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(glm.approx)
export(reflect)
export(reverse.pwave)
export(sd_estimate_gasser_etal)
export(smash)
export(smash.gaus)
export(smash.poiss)
export(ti.thresh)
importFrom(ashr,ash)
importFrom(ashr,calc_loglik)
importFrom(ashr,get_fitted_g)
importFrom(ashr,get_pm)
importFrom(ashr,get_psd)
importFrom(ashr,set_data)
importFrom(caTools,runmad)
importFrom(data.table,rbindlist)
importFrom(stats,"tsp<-")
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,glm.fit)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,nlminb)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,quasibinomial)
importFrom(stats,sd)
importFrom(stats,tsp)
importFrom(stats,var)
importFrom(utils,modifyList)
importFrom(wavethresh,AvBasis)
importFrom(wavethresh,IsPowerOfTwo)
importFrom(wavethresh,accessC)
importFrom(wavethresh,accessD)
importFrom(wavethresh,av.basis)
importFrom(wavethresh,convert)
importFrom(wavethresh,filter.select)
importFrom(wavethresh,first.last)
importFrom(wavethresh,getarrvec)
importFrom(wavethresh,nlevelsWT)
importFrom(wavethresh,putC)
importFrom(wavethresh,putD)
importFrom(wavethresh,wd)
importFrom(wavethresh,wd.int)
importFrom(wavethresh,wst)
useDynLib(smashr)