-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
75 lines (74 loc) · 1.84 KB
/
NAMESPACE
File metadata and controls
75 lines (74 loc) · 1.84 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,GEE)
S3method(plot,WRM)
S3method(predict,GEE)
S3method(predict,WRM)
S3method(summary,GEE)
S3method(summary,WRM)
export(GEE)
export(WRM)
export(acfft)
export(adjusted.actuals)
export(aic.calc)
export(covar.plot)
export(mmiGEE)
export(mmiWMRR)
export(qic.calc)
export(rvi.plot)
export(scaleWMRR)
export(step.spind)
export(th.dep)
export(th.indep)
export(upscale)
export(wavecovar)
export(wavevar)
importFrom(MASS,ginv)
importFrom(RColorBrewer,brewer.pal)
importFrom(gee,gee)
importFrom(geepack,geese)
importFrom(geepack,genZcor)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,gray)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(lattice,levelplot)
importFrom(lattice,trellis.par.get)
importFrom(lattice,trellis.par.set)
importFrom(rje,powerSetMat)
importFrom(rlang,"!!")
importFrom(rlang,quo)
importFrom(stats,as.formula)
importFrom(stats,convolve)
importFrom(stats,dist)
importFrom(stats,drop.terms)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,pnorm)
importFrom(stats,printCoefmat)
importFrom(stats,pt)
importFrom(stats,reformulate)
importFrom(stats,resid)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(utils,capture.output)
importFrom(waveslim,dwt.2d)
importFrom(waveslim,modwt.2d)
importFrom(waveslim,mra.2d)