-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
78 lines (77 loc) · 2.26 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
S3method(infer_binom_calc,default)
S3method(infer_chisq_assoc_test,default)
S3method(infer_chisq_gof_test,default)
S3method(infer_cochran_qtest,default)
S3method(infer_levene_test,default)
S3method(infer_mcnemar_test,default)
S3method(infer_oneway_anova,default)
S3method(infer_os_prop_test,default)
S3method(infer_os_t_test,default)
S3method(infer_os_var_test,default)
S3method(infer_runs_test,default)
S3method(infer_ts_ind_ttest,default)
S3method(infer_ts_paired_ttest,default)
S3method(infer_ts_prop_test,default)
S3method(infer_ts_var_test,default)
S3method(print,infer_binom_calc)
S3method(print,infer_chisq_assoc_test)
S3method(print,infer_chisq_gof_test)
S3method(print,infer_cochran_qtest)
S3method(print,infer_levene_test)
S3method(print,infer_mcnemar_test)
S3method(print,infer_oneway_anova)
S3method(print,infer_os_prop_test)
S3method(print,infer_os_t_test)
S3method(print,infer_os_var_test)
S3method(print,infer_runs_test)
S3method(print,infer_ts_ind_ttest)
S3method(print,infer_ts_paired_ttest)
S3method(print,infer_ts_prop_test)
S3method(print,infer_ts_var_test)
export(infer_binom_calc)
export(infer_binom_test)
export(infer_chisq_assoc_test)
export(infer_chisq_gof_test)
export(infer_cochran_qtest)
export(infer_launch_shiny_app)
export(infer_levene_test)
export(infer_mcnemar_test)
export(infer_oneway_anova)
export(infer_os_prop_test)
export(infer_os_t_test)
export(infer_os_var_test)
export(infer_runs_test)
export(infer_ts_ind_ttest)
export(infer_ts_paired_ttest)
export(infer_ts_prop_calc)
export(infer_ts_prop_group)
export(infer_ts_prop_test)
export(infer_ts_var_test)
import(magrittr)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,setDF)
importFrom(magrittr,"%>%")
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,packageVersion)
useDynLib(inferr)