-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(as_graphMCP,initial_graph)
S3method(as_igraph,initial_graph)
S3method(as_initial_graph,graphMCP)
S3method(as_initial_graph,igraph)
S3method(plot,initial_graph)
S3method(plot,updated_graph)
S3method(print,graph_report)
S3method(print,initial_graph)
S3method(print,power_report)
S3method(print,updated_graph)
export(adjust_p_bonferroni)
export(adjust_p_parametric)
export(adjust_p_simes)
export(adjust_weights_parametric)
export(adjust_weights_simes)
export(as_graphMCP)
export(as_igraph)
export(as_initial_graph)
export(bonferroni)
export(bonferroni_holm)
export(fallback)
export(fallback_improved_1)
export(fallback_improved_2)
export(fixed_sequence)
export(graph_calculate_power)
export(graph_create)
export(graph_generate_weights)
export(graph_rejection_orderings)
export(graph_test_closure)
export(graph_test_shortcut)
export(graph_update)
export(huque_etal)
export(random_graph)
export(simple_successive_1)
export(simple_successive_2)
export(three_doses_two_primary_two_secondary)
export(two_doses_two_primary_two_secondary)