-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
61 lines (60 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
export(ahels_nSamp)
export(ahels_threshold)
export(allocate_equal)
export(allocate_existing)
export(allocate_existing_equal)
export(allocate_existing_manual)
export(allocate_existing_optim)
export(allocate_existing_prop)
export(allocate_force)
export(allocate_manual)
export(allocate_optim)
export(allocate_prop)
export(calculate_allocation)
export(calculate_coobs)
export(calculate_distance)
export(calculate_lhsOpt)
export(calculate_pcomp)
export(calculate_pop)
export(calculate_representation)
export(calculate_sampsize)
export(classPlot)
export(extract_metrics)
export(extract_strata)
export(mask_access)
export(mask_existing)
export(mat_cov)
export(mat_covNB)
export(mat_quant)
export(plot_scatter)
export(sample_ahels)
export(sample_balanced)
export(sample_clhs)
export(sample_existing)
export(sample_nc)
export(sample_srs)
export(sample_strat)
export(sample_sys_strat)
export(sample_systematic)
export(strat_breaks)
export(strat_kmeans)
export(strat_map)
export(strat_poly)
export(strat_quantiles)
export(strat_rule1)
export(strat_rule2)
importFrom(dplyr,"%>%")
importFrom(graphics,par)
importFrom(methods,is)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,setTxtProgressBar)