forked from bcgov/ssdtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
113 lines (112 loc) · 2.27 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
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
S3method(autoplot,fitdist)
S3method(autoplot,fitdistcens)
S3method(autoplot,fitdists)
S3method(coef,fitdists)
S3method(nobs,fitdist)
S3method(nobs,fitdistcens)
S3method(nobs,fitdists)
S3method(npars,fitdist)
S3method(npars,fitdistcens)
S3method(npars,fitdists)
S3method(plot,fitdists)
S3method(predict,fitdist)
S3method(predict,fitdistcens)
S3method(predict,fitdists)
S3method(predict,fitdistscens)
S3method(print,fitdists)
S3method(ssd_gof,fitdist)
S3method(ssd_gof,fitdistcens)
S3method(ssd_gof,fitdists)
S3method(ssd_gof,fitdistscens)
S3method(ssd_hc,fitdist)
S3method(ssd_hc,fitdistcens)
S3method(ssd_hc,fitdists)
S3method(ssd_hc,fitdistscens)
S3method(ssd_hc,list)
S3method(ssd_hp,fitdist)
S3method(ssd_hp,fitdistcens)
S3method(ssd_hp,fitdists)
S3method(ssd_hp,fitdistscens)
S3method(ssd_plot_cdf,fitdist)
S3method(ssd_plot_cdf,fitdistcens)
S3method(ssd_plot_cdf,fitdists)
S3method(ssd_plot_cdf,list)
S3method(subset,fitdists)
export(GeomHcintersect)
export(GeomSsd)
export(GeomSsdcens)
export(GeomXribbon)
export(StatSsd)
export(StatSsdcens)
export(comma_signif)
export(dburrIII2)
export(dburrIII3)
export(dgamma)
export(dgompertz)
export(dlgumbel)
export(dllog)
export(dllogis)
export(dpareto)
export(dweibull)
export(geom_hcintersect)
export(geom_ssd)
export(geom_xribbon)
export(is.fitdist)
export(is.fitdistcens)
export(is.fitdists)
export(is.fitdistscens)
export(npars)
export(pburrIII2)
export(pburrIII3)
export(pgamma)
export(pgompertz)
export(plgumbel)
export(pllog)
export(pllogis)
export(ppareto)
export(pweibull)
export(qburrIII2)
export(qburrIII3)
export(qgamma)
export(qgompertz)
export(qlgumbel)
export(qllog)
export(qllogis)
export(qpareto)
export(qweibull)
export(rburrIII2)
export(rburrIII3)
export(rgamma)
export(rgompertz)
export(rlgumbel)
export(rllog)
export(rllogis)
export(rpareto)
export(rweibull)
export(sburrIII2)
export(sburrIII3)
export(sgamma)
export(sgompertz)
export(slgumbel)
export(sllog)
export(sllogis)
export(spareto)
export(ssd_cfplot)
export(ssd_ecd)
export(ssd_exposure)
export(ssd_fit_dists)
export(ssd_gof)
export(ssd_hc)
export(ssd_hp)
export(ssd_plot)
export(ssd_plot_cdf)
export(ssd_plot_cf)
export(stat_ssd)
import(abind)
import(chk)
import(ggplot2)
import(lifecycle)
import(stats)
importFrom(VGAM,vglm)
importFrom(graphics,plot)