-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(bootBW)
export(bootClassic)
export(bootPROBIT)
export(boot_bw)
export(boot_bw_estimate)
export(boot_bw_parallel)
export(boot_bw_sample_clusters)
export(boot_bw_sample_within_clusters)
export(boot_bw_sequential)
export(boot_bw_weight)
export(estimate_total)
export(recode)
importFrom(car,bcPower)
importFrom(car,powerTransform)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_bullets)
importFrom(cli,cli_h2)
importFrom(cli,cli_h3)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_message)
importFrom(cli,cli_progress_update)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%:%")
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(methods,is)
importFrom(parallel,makeCluster)
importFrom(parallelly,availableCores)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_split)
importFrom(withr,with_options)