-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 816 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 816 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(confint,hypothesis_test)
S3method(confint,wald_test)
S3method(confint,z_test)
S3method(dof,hypothesis_test)
S3method(is_significant_at,hypothesis_test)
S3method(lower,confidence_set)
S3method(print,confidence_set)
S3method(print,hypothesis_test)
S3method(pval,hypothesis_test)
S3method(test_stat,hypothesis_test)
S3method(upper,confidence_set)
export(adjust_pval)
export(complement_test)
export(dof)
export(fisher_combine)
export(hypothesis_test)
export(intersection_test)
export(invert_test)
export(is_significant_at)
export(lower)
export(lrt)
export(pval)
export(score_test)
export(test_stat)
export(union_test)
export(upper)
export(wald_test)
export(z_test)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)