-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
S3method(ICC,lme)
S3method(ICC,merMod)
S3method(beta,aov)
S3method(beta,glm)
S3method(beta,lm)
S3method(cell_means,aov)
S3method(cell_means,glm)
S3method(cell_means,lm)
S3method(cell_means_q,aov)
S3method(cell_means_q,glm)
S3method(cell_means_q,lm)
S3method(coef,block_aov)
S3method(coef,block_glm)
S3method(coef,block_glm_summary)
S3method(coef,block_lm)
S3method(coef,block_lm_summary)
S3method(fitted,block_aov)
S3method(fitted,block_glm)
S3method(fitted,block_lm)
S3method(graph_model,aov)
S3method(graph_model,glm)
S3method(graph_model,lm)
S3method(graph_model,lme)
S3method(graph_model,merMod)
S3method(graph_model_q,aov)
S3method(graph_model_q,glm)
S3method(graph_model_q,lm)
S3method(graph_model_q,lme)
S3method(graph_model_q,merMod)
S3method(print,block_aov_summary)
S3method(print,block_glm_summary)
S3method(print,block_lm_summary)
S3method(print,simple_slopes)
S3method(residuals,block_aov)
S3method(residuals,block_glm)
S3method(residuals,block_glm_summary)
S3method(residuals,block_lm)
S3method(residuals,block_lm_summary)
S3method(sig_regions,glm)
S3method(sig_regions,lm)
S3method(simple_slopes,glm)
S3method(simple_slopes,lm)
S3method(simple_slopes,lme)
S3method(simple_slopes,merMod)
S3method(summary,block_aov)
S3method(summary,block_glm)
S3method(summary,block_lm)
export(ICC)
export(beta)
export(build_model)
export(build_model_q)
export(cell_means)
export(cell_means_q)
export(graph_model)
export(graph_model_q)
export(sig_regions)
export(simple_slopes)
import(MASS)
import(stats)
importFrom(rlang,.data)