forked from rvlenth/emmeans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
123 lines (122 loc) · 2.67 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
S3method("+",emmGrid)
S3method("[",emmGrid)
S3method("[",summary_emm)
S3method(CLD,emmGrid)
S3method(CLD,emm_list)
S3method(as.data.frame,emmGrid)
S3method(as.glht,default)
S3method(as.glht,emmGrid)
S3method(as.glht,emm_list)
S3method(as.list,emmGrid)
S3method(coef,emmGrid)
S3method(coef,emm_list)
S3method(coef,glht_list)
S3method(confint,emmGrid)
S3method(confint,emm_list)
S3method(confint,glht_list)
S3method(contrast,emmGrid)
S3method(contrast,emm_list)
S3method(emm_basis,aovlist)
S3method(emm_basis,lm)
S3method(emm_basis,lme)
S3method(emm_basis,merMod)
S3method(emm_basis,mlm)
S3method(emmip,default)
S3method(pairs,emmGrid)
S3method(pairs,emm_list)
S3method(plot,emmGrid)
S3method(plot,emm_list)
S3method(plot,glht_list)
S3method(plot,summary_emm)
S3method(predict,emmGrid)
S3method(print,emmGrid)
S3method(print,emm_list)
S3method(print,summary_emm)
S3method(print,xtable_emm)
S3method(rbind,emmGrid)
S3method(recover_data,aovlist)
S3method(recover_data,call)
S3method(recover_data,lm)
S3method(recover_data,lme)
S3method(recover_data,merMod)
S3method(str,emmGrid)
S3method(str,emm_list)
S3method(summary,emmGrid)
S3method(summary,emm_list)
S3method(summary,glht_list)
S3method(test,emmGrid)
S3method(test,emm_list)
S3method(update,emmGrid)
S3method(vcov,emmGrid)
S3method(vcov,glht_list)
S3method(xtable,emmGrid)
S3method(xtable,summary_emm)
export(.all.vars)
export(.aovlist.dffun)
export(.diag)
export(.emm_basis)
export(.emm_register)
export(.emm_vignette)
export(.get.excl)
export(.get.offset)
export(.my.vcov)
export(.num.key)
export(.recover_data)
export(.std.link.labels)
export(CLD)
export(add_grouping)
export(as.emmGrid)
export(as.glht)
export(as.mcmc.emmGrid)
export(cld.emmGrid)
export(contrast)
export(emm)
export(emm_basis)
export(emm_defaults)
export(emm_options)
export(emmeans)
export(emmip)
export(emmobj)
export(emtrends)
export(get.lsm.option)
export(get_emm_option)
export(hpd.summary)
export(joint_tests)
export(lsm)
export(lsm.options)
export(lsmeans)
export(lsmip)
export(lsmobj)
export(lstrends)
export(make.tran)
export(pmm)
export(pmmeans)
export(pmmip)
export(pmmobj)
export(pmtrends)
export(pwpp)
export(qdrg)
export(recover_data)
export(ref_grid)
export(regrid)
export(test)
exportClasses(emmGrid)
import(estimability)
import(mvtnorm)
import(stats)
importFrom(graphics,pairs)
importFrom(graphics,plot)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(stats,coef)
importFrom(utils,getS3method)
importFrom(utils,installed.packages)
importFrom(utils,methods)
importFrom(utils,str)
importFrom(xtable,xtable)
importFrom(xtable,xtableList)