-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
94 lines (93 loc) · 2.68 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
# Generated by roxygen2: do not edit by hand
S3method(augment,mixpoissonreg)
S3method(autoplot,mixpoissonreg)
S3method(coef,mixpoissonreg)
S3method(coefci,mixpoissonreg)
S3method(coeftest,mixpoissonreg)
S3method(cooks.distance,mixpoissonreg)
S3method(fitted,mixpoissonreg)
S3method(glance,mixpoissonreg)
S3method(hatvalues,mixpoissonreg)
S3method(influence,mixpoissonreg)
S3method(local_influence,mixpoissonreg)
S3method(local_influence_autoplot,mixpoissonreg)
S3method(local_influence_benchmarks,mixpoissonreg)
S3method(local_influence_plot,mixpoissonreg)
S3method(logLik,mixpoissonreg)
S3method(plot,mixpoissonreg)
S3method(predict,mixpoissonreg)
S3method(print,mixpoissonreg)
S3method(print,summary_mixpoissonreg)
S3method(residuals,mixpoissonreg)
S3method(summary,mixpoissonreg)
S3method(terms,mixpoissonreg)
S3method(tidy,mixpoissonreg)
S3method(tidy_local_influence,mixpoissonreg)
S3method(update,mixpoissonreg)
S3method(vcov,mixpoissonreg)
export(augment)
export(autoplot)
export(glance)
export(local_influence)
export(local_influence_autoplot)
export(local_influence_benchmarks)
export(local_influence_plot)
export(mixpoissonreg)
export(mixpoissonreg.fit)
export(mixpoissonregML)
export(mixpoissonregML.fit)
export(tidy)
export(tidy_local_influence)
import(Formula)
importFrom(Rfast,colVars)
importFrom(Rfast,nth)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(gamlss,gamlss)
importFrom(gamlss.dist,NBI)
importFrom(gamlss.dist,PIG)
importFrom(gamlss.dist,dNBI)
importFrom(gamlss.dist,dPIG)
importFrom(gamlss.dist,rIG)
importFrom(gamlss.dist,rNBI)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(gridExtra,grid.arrange)
importFrom(lmtest,coefci)
importFrom(lmtest,coefci.default)
importFrom(lmtest,coeftest)
importFrom(lmtest,coeftest.default)
importFrom(lmtest,lrtest)
importFrom(lmtest,waldtest)
importFrom(magrittr,`%>%`)
importFrom(pbapply,pblapply)
importFrom(rlang,":=")
importFrom(rlang,arg_match)
importFrom(statmod,rinvgauss)
importFrom(stats,cooks.distance)
importFrom(stats,hatvalues)
importFrom(stats,influence)
importFrom(stats,terms)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)