-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,dpp_degree_cpt)
S3method(as.data.frame,dpp_matching_probas)
S3method(as.data.frame,dpp_sample)
S3method(as.igraph,dpp_population)
S3method(as.igraph,dpp_result)
S3method(plot,dpp_resolved)
S3method(print,dpp_degree_cpt)
S3method(print,dpp_matching_probas)
S3method(print,dpp_measure)
S3method(print,dpp_population)
S3method(print,dpp_prepared)
S3method(print,dpp_resolved)
S3method(print,dpp_result)
S3method(print,dpp_sample)
export(as.latex.relaxation.constrainsts)
export(as.latex.table.discrete)
export(as.latex.table.probabilistic.init)
export(as.latex.table.probabilistic.solved)
export(as.merged.dataframe)
export(chisq.test.or.NA)
export(create_degree_probabilities_table)
export(create_matching_probabilities_table)
export(create_sample)
export(errors.pdi)
export(errors.pdj)
export(errors.pij)
export(first.columns)
export(first.lines)
export(fisher.pvalue.or.NA)
export(gof.freeman_tukey)
export(ipf.2d)
export(matching.fix)
export(matching.generate)
export(matching.prepare)
export(matching.solve)
export(measure_pairing_from_df)
export(merge_links)
export(normalise)
export(plot_average_degree_A)
export(plot_errors)
export(plot_errors_pdi)
export(plot_errors_pij)
export(plot_frequencies_A)
export(plot_population_sizes)
export(plot_relaxation)
export(relax.zeros)
export(round_sum)
importFrom(dplyr,sample_n)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(igraph,as.igraph)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,set_vertex_attr)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,chisq.test)
importFrom(stats,fisher.test)
importFrom(stats,frequency)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)