-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 2.19 KB
/
NAMESPACE
File metadata and controls
83 lines (82 loc) · 2.19 KB
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
# Generated by roxygen2: do not edit by hand
S3method(print,augmentedRCBD)
S3method(print,augmentedRCBD.bulk)
S3method(print,augmentedRCBD.menv)
S3method(print,augmentedRCBD.mix)
export(augmentedRCBD)
export(augmentedRCBD.bulk)
export(augmentedRCBD.menv)
export(augmentedRCBD.mix)
export(describe.augmentedRCBD)
export(freqdist.augmentedRCBD)
export(gva.augmentedRCBD)
export(report.augmentedRCBD)
export(report.augmentedRCBD.bulk)
import(flextable)
import(ggplot2)
import(mathjaxr)
import(multcompView)
import(officer)
import(openxlsx)
importFrom(Rdpack,reprompt)
importFrom(cli,ansi_strip)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,summarize)
importFrom(emmeans,emmeans)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,nclass.FD)
importFrom(grDevices,nclass.Sturges)
importFrom(grDevices,nclass.scott)
importFrom(grDevices,png)
importFrom(graphics,pairs)
importFrom(graphics,plot)
importFrom(lme4,VarCorr)
importFrom(lme4,fixef)
importFrom(lme4,isSingular)
importFrom(lme4,lmerControl)
importFrom(lme4,ranef)
importFrom(lmerTest,lmer)
importFrom(lmerTest,ranova)
importFrom(methods,is)
importFrom(moments,agostino.test)
importFrom(moments,anscombe.test)
importFrom(multcomp,cld)
importFrom(numform,f_num)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,"contrasts<-")
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,aggregate)
importFrom(stats,anova)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,contr.helmert)
importFrom(stats,dnorm)
importFrom(stats,formula)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,qtukey)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stringi,stri_pad_right)
importFrom(stringi,stri_trans_totitle)
importFrom(tidyr,pivot_wider)
importFrom(utils,capture.output)
importFrom(utils,citation)
importFrom(utils,getFromNamespace)
importFrom(utils,stack)
importFrom(utils,tail)