-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method(fitted,BINNET)
S3method(fitted,LOGISTIC)
S3method(forecast,BINNET)
S3method(forecast,LOGISTIC)
S3method(generate,BINNET)
S3method(generate,LOGISTIC)
S3method(glance,BINNET)
S3method(glance,LOGISTIC)
S3method(model_sum,BINNET)
S3method(model_sum,LOGISTIC)
S3method(refit,BINNET)
S3method(refit,LOGISTIC)
S3method(report,BINNET)
S3method(report,LOGISTIC)
S3method(residuals,BINNET)
S3method(residuals,LOGISTIC)
S3method(tidy,BINNET)
S3method(tidy,LOGISTIC)
export("%>%")
export(BINNET)
export(LOGISTIC)
export(as_tsibble)
import(fabletools)
import(rlang, except = invoke)
import(tsibble)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(stats,ar)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,formula)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(tibble,tibble)