-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
61 lines (60 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
S3method(glance,netlm)
S3method(glance,netlogit)
S3method(plot,netlm)
S3method(plot,netlogit)
S3method(plot,network_test)
S3method(print,netlm)
S3method(print,netlogit)
S3method(print,network_test)
S3method(tidy,netlm)
S3method(tidy,netlogit)
export("%>%")
export(aes)
export(ggplot)
export(ggsave)
export(ggtitle)
export(glance)
export(guides)
export(labs)
export(net_regression)
export(network_reg)
export(scale_y_discrete)
export(test_configuration)
export(test_distribution)
export(test_fit)
export(test_gof)
export(test_permutation)
export(test_random)
export(tidy)
export(xlab)
export(ylab)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,left_join)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map_dfr)
importFrom(future,plan)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(manynet,bind_node_attributes)
importFrom(manynet,generate_configuration)
importFrom(manynet,generate_random)
importFrom(manynet,is_complex)
importFrom(manynet,is_directed)
importFrom(purrr,flatten)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,df.residual)
importFrom(stats,glm.fit)
importFrom(stats,pchisq)
importFrom(stats,quantile)