-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method("[",incidence2_fit)
S3method("[<-",incidence2_fit)
S3method("names<-",incidence2_fit)
S3method(growth_rate,default)
S3method(growth_rate,incidence2_fit)
S3method(is_error,default)
S3method(is_error,incidence2_fit)
S3method(is_ok,default)
S3method(is_ok,incidence2_fit)
S3method(is_warning,default)
S3method(is_warning,incidence2_fit)
S3method(plot,incidence2_fit)
S3method(predict,trending_fit)
S3method(predict,trending_fit_tbl)
export(add_rolling_average)
export(bootstrap)
export(estimate_peak)
export(find_peak)
export(fit_curve)
export(fit_model)
export(flag_low_counts)
export(growth_rate)
export(is_error)
export(is_ok)
export(is_warning)
export(unnest)
import(data.table)
import(incidence2)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,grouped_df)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,nest_by)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,confint)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,predict)
importFrom(stats,qbinom)
importFrom(stats,qgamma)
importFrom(stats,qnbinom)
importFrom(stats,qpois)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,new_tibble)
importFrom(tibble,tibble)
importFrom(tibble,validate_tibble)
importFrom(tidyr,unnest)