-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (47 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export("%inside%")
export("%inside()%")
export("%inside(]%")
export("%inside[)%")
export("%s_g%")
export("%s_geq%")
export("%s_inside%")
export("%s_inside()%")
export("%s_inside(]%")
export("%s_inside[)%")
export("%s_l%")
export("%s_leq%")
export(ASL_boilerplate)
export(ASL_table)
export(binomial_detection)
export(detection_probability)
export(expit)
export(logit)
export(multinomial_detection)
export(plotcor)
export(rp)
export(rp_ASL_table)
export(se)
export(simulate_ASL_table)
export(verify_ASL_table)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,grey.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mosaicplot)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(stats,pbinom)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,citation)