forked from benjamin-allevius/scanstatistics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·46 lines (45 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(print,scanstatistic)
export(coords_to_knn)
export(df_to_matrix)
export(dist_to_knn)
export(flexible_zones)
export(get_zero_indices)
export(get_zone)
export(gumbel_pvalue)
export(knn_zones)
export(mc_pvalue)
export(scan_bayes_negbin)
export(scan_bayes_negbin_cpp)
export(scan_eb_negbin)
export(scan_eb_negbin_cpp)
export(scan_eb_poisson)
export(scan_eb_poisson_cpp)
export(scan_eb_zip)
export(scan_eb_zip_cpp)
export(scan_pb_perm_cpp)
export(scan_pb_poisson)
export(scan_pb_poisson_cpp)
export(scan_permutation)
export(score_locations)
export(top_clusters)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ismev,gum.fit)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(plyr,alply)
importFrom(sets,as.set)
importFrom(sets,set_is_empty)
importFrom(sets,set_power)
importFrom(sets,set_union)
importFrom(stats,dist)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(tibble,tibble)
importFrom(tidyr,spread_)
importFrom(utils,combn)
useDynLib(scanstatistics, .registration = TRUE)