-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 961 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,lqasSim)
S3method(print,lqasClass)
export(check_coverage_homogeneity)
export(estimate_coverage)
export(estimate_coverage_overall)
export(get_n_cases)
export(get_n_clusters)
export(get_sample_d)
export(get_sample_n)
export(get_sampling_clusters)
export(get_sampling_list)
export(lqas_classify)
export(lqas_classify_)
export(lqas_classify_cf)
export(lqas_classify_tc)
export(lqas_get_class_prob)
export(lqas_simulate_population)
export(lqas_simulate_run)
export(lqas_simulate_runs)
export(lqas_simulate_test)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(methods,is)
importFrom(parallel,mclapply)
importFrom(parallelly,availableCores)
importFrom(stats,lowess)
importFrom(stats,pchisq)
importFrom(stats,phyper)