-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
74 lines (73 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
S3method(print,results.bayesian.erpm)
S3method(print,results.list.erpm)
S3method(print,results.p3.erpm)
export(Bell_constraints)
export(CUP)
export(Stirling2_constraints)
export(calculate_denominator_Dirichlet_restricted)
export(calculate_proba_Dirichlet_restricted)
export(check_sizes)
export(computeStatistics)
export(computeStatistics_multiple)
export(compute_averagesize)
export(compute_numgroups_denominator)
export(correlation_between)
export(correlation_with_size)
export(correlation_within)
export(count_classes)
export(draw_Metropolis_multiple)
export(draw_Metropolis_single)
export(estimate_ERPM)
export(estimate_logL)
export(estimate_multipleERPM)
export(exactestimates_numgroups)
export(find_all_partitions)
export(gridsearch_burnin_single)
export(gridsearch_burninthining_multiple)
export(gridsearch_burninthining_single)
export(gridsearch_thining_single)
export(group_size)
export(icc)
export(number_categories)
export(number_ties)
export(order_groupids)
export(phase1)
export(plot_averagesizes)
export(plot_numgroups_likelihood)
export(plot_partition)
export(proportion_isolate)
export(range_attribute)
export(run_phase1_multiple)
export(run_phase1_single)
export(run_phase2_multiple)
export(run_phase2_single)
export(run_phase3_multiple)
export(run_phase3_single)
export(same_pairs)
export(similar_pairs)
export(simulate_burnin_single)
export(simulate_burninthining_multiple)
export(simulate_burninthining_single)
export(simulate_thining_single)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,rgb)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout.auto)
importFrom(igraph,make_clusters)
importFrom(numbers,bell)
importFrom(snowfall,sfExport)
importFrom(snowfall,sfLapply)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,combn)