-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
111 lines (110 loc) · 3.02 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# 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_levene_test,formula)
S3method(infer_levene_test,lm)
S3method(infer_mcnemar_test,default)
S3method(infer_oneway_anova,default)
S3method(infer_os_prop_test,default)
S3method(infer_os_prop_test,factor)
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)
S3method(print,var_test_shiny)
S3method(var_test_shiny,default)
export(binom_calc)
export(binom_test)
export(chisq_gof)
export(chisq_test)
export(cochran_test)
export(ind_ttest)
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_grp)
export(infer_ts_prop_test)
export(infer_ts_var_test)
export(launch_inferr)
export(levene_test)
export(mcnemar_test)
export(os_vartest)
export(owanova)
export(paired_ttest)
export(prop_test)
export(runs_test)
export(ts_prop_calc)
export(ts_prop_grp)
export(ts_prop_test)
export(ttest)
export(var_test)
export(var_test_shiny)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,funs)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,summarise_all)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(shiny,runApp)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
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(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
useDynLib(inferr, .registration = TRUE)