-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (36 loc) · 849 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
37
38
# Generated by roxygen2: do not edit by hand
S3method(head, zcurve_data)
S3method(plot, zcurve)
S3method(print, estimates.zcurve)
S3method(print, summary.zcurve)
S3method(print, zcurve)
S3method(print, zcurve_data)
S3method(summary, zcurve)
export(EDR)
export(ERR)
export(ODR)
export(Soric)
export(expected_n)
export(file_drawer_ration)
export(head.zcurve_data)
export(included_n)
export(is.zcurve)
export(missing_n)
export(plot.zcurve)
export(power_to_z)
export(print.summary.zcurve)
export(print.zcurve)
export(print.zcurve_data)
export(significant_n)
export(summary.zcurve)
export(z_to_power)
export(zcurve)
export(zcurve.get_option)
export(zcurve.options)
export(zcurve_clustered)
export(zcurve_data)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(rlang,.data)
importFrom(utils,head)
useDynLib(zcurve, .registration = TRUE)