-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
82 lines (81 loc) · 2.15 KB
/
NAMESPACE
File metadata and controls
82 lines (81 loc) · 2.15 KB
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
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand
export(apply_ckm)
export(assess_RU)
export(assess_RUs)
export(assess_risk)
export(build_individual_keys)
export(build_parameters_table)
export(check_inputs)
export(check_inputs_tabulate)
export(compute_frequencies)
export(compute_margins)
export(convert_desc_table_to_list)
export(create_transition_matrix)
export(distance_euclid)
export(distance_hellinger)
export(distance_manhattan)
export(estimate_beta)
export(estimate_beta_df)
export(estimate_proba_precision_statistic)
export(estimate_proba_precision_statistic_df)
export(get_deviation_set)
export(get_possibles_set)
export(mean_absolute_deviation)
export(mean_relative_absolute_deviation)
export(prepare_perturbation_table)
export(simulate_RUs)
export(tabulate_and_apply_ckm)
export(tabulate_and_apply_ckm_list)
export(tabulate_cnt_micro_data)
export(test_matrices)
export(visualize_distribution)
import(dplyr)
import(furrr)
import(future)
import(ggplot2)
import(utils)
importFrom(assertthat,assert_that)
importFrom(cowplot,plot_grid)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,foverlaps)
importFrom(data.table,setkeyv)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(furrr,future_map2)
importFrom(future,availableCores)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecated)
importFrom(methods,is)
importFrom(purrr,imap)
importFrom(purrr,list_c)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)