forked from KatrionaGoldmann/glmmSeq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
102 lines (101 loc) · 2.77 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
# Generated by roxygen2: do not edit by hand
S3method(glmmRefit,GlmmSeq)
S3method(glmmRefit,lmmSeq)
S3method(summary,GlmmSeq)
S3method(summary,lmmSeq)
export(fcPlot)
export(ggmodelPlot)
export(glmmQvals)
export(glmmRefit)
export(glmmSeq)
export(lmmSeq)
export(maPlot)
export(modelPlot)
importFrom(MASS,negative.binomial)
importFrom(car,Anova)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggpubr,ggarrange)
importFrom(glmmTMB,glmmTMB)
importFrom(glmmTMB,glmmTMBControl)
importFrom(glmmTMB,nbinom2)
importFrom(glmmTMB,sigma)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(lme4,checkConv)
importFrom(lme4,findbars)
importFrom(lme4,fixef)
importFrom(lme4,glmer)
importFrom(lme4,glmerControl)
importFrom(lme4,isSingular)
importFrom(lme4,lFormula)
importFrom(lme4,lmerControl)
importFrom(lme4,mkLmerDevfun)
importFrom(lme4,mkMerMod)
importFrom(lme4,nobars)
importFrom(lme4,optimizeLmer)
importFrom(lme4,subbars)
importFrom(lmerTest,lmer)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(pbmcapply,pbmclapply)
importFrom(plotly,"%>%")
importFrom(plotly,config)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(qvalue,qvalue)
importFrom(stats,AIC)
importFrom(stats,anova)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,logLik)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update.formula)
importFrom(stats,vcov)