-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
121 lines (120 loc) · 3.15 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
114
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
S3method(plot,dispersion_check)
S3method(plot,distribution_check)
S3method(plot,sim_iid)
S3method(plot,sim_rw)
export(dgpoisson)
export(dispersion)
export(generate_data)
export(get_observed)
export(prec2sd)
export(rgpoisson)
export(rzanbinom)
export(rzapois)
export(rzinbinom)
export(rzipois)
export(select_change)
export(select_divergence)
export(select_poly)
export(select_quantile)
export(simulate_iid)
export(simulate_rw)
export(var_nbinom)
export(var_zinbinom1)
export(var_zipois1)
exportMethods(dispersion_check)
exportMethods(distribution_check)
exportMethods(fast_aggregation_check)
exportMethods(fast_distribution_check)
exportMethods(fitted)
exportMethods(get_anomaly)
exportMethods(residuals)
importClassesFrom(INLA,inla)
importFrom(INLA,inla.hyperpar.sample)
importFrom(INLA,inla.posterior.sample)
importFrom(INLA,inla.tmarginal)
importFrom(INLA,inla.zmarginal)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_at)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(methods,new)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dfc)
importFrom(rlang,.data)
importFrom(scales,percent)
importFrom(stats,arima.sim)
importFrom(stats,as.formula)
importFrom(stats,coefficients)
importFrom(stats,dnbinom)
importFrom(stats,dpois)
importFrom(stats,lm)
importFrom(stats,plogis)
importFrom(stats,poly)
importFrom(stats,qlogis)
importFrom(stats,qnbinom)
importFrom(stats,qpois)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,complete)
importFrom(tidyr,crossing)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,tail)