-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
91 lines (90 loc) · 2.18 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
# Generated by roxygen2: do not edit by hand
S3method(augment,feglm)
S3method(augment,felm)
S3method(autoplot,feglm)
S3method(autoplot,felm)
S3method(coef,apes)
S3method(coef,feglm)
S3method(coef,felm)
S3method(coef,summary.apes)
S3method(coef,summary.feglm)
S3method(coef,summary.felm)
S3method(confint,feglm)
S3method(confint,felm)
S3method(fitted,feglm)
S3method(fitted,felm)
S3method(glance,feglm)
S3method(glance,felm)
S3method(predict,feglm)
S3method(predict,felm)
S3method(print,apes)
S3method(print,feglm)
S3method(print,felm)
S3method(print,summary.apes)
S3method(print,summary.feglm)
S3method(print,summary.felm)
S3method(summary,apes)
S3method(summary,feglm)
S3method(summary,felm)
S3method(tidy,feglm)
S3method(tidy,felm)
S3method(vcov,apes)
S3method(vcov,feglm)
S3method(vcov,felm)
export("%>%")
export(apes)
export(augment)
export(autoplot)
export(bias_corr)
export(feglm)
export(feglm_control)
export(felm)
export(fenegbin)
export(fepoisson)
export(fixed_effects)
export(glance)
export(tidy)
importFrom(Formula,Formula)
importFrom(MASS,negative.binomial)
importFrom(MASS,theta.ml)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(dplyr,where)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(kendallknight,kendall_cor)
importFrom(kendallknight,kendall_cor_test)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(stats,as.formula)
importFrom(stats,fitted.values)
importFrom(stats,gaussian)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,terms)
importFrom(stats,vcov)
importFrom(utils,combn)
useDynLib(capybara, .registration = TRUE)