-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
66 lines (65 loc) · 2.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
# Generated by roxygen2: do not edit by hand
S3method("[",count_me)
S3method(add_name_to_statistics,data.frame)
S3method(add_name_to_statistics,list)
S3method(add_name_to_tests,data.frame)
S3method(add_name_to_tests,list)
S3method(atable,data.frame)
S3method(atable,formula)
S3method(atable_compact,data.frame)
S3method(atable_longitudinal,data.frame)
S3method(format_statistics,default)
S3method(format_statistics,statistics_count_me)
S3method(format_statistics,statistics_factor)
S3method(format_statistics,statistics_numeric)
S3method(format_tests,default)
S3method(format_tests,htest)
S3method(format_tests,htest_with_effect_size)
S3method(get_alias,data.frame)
S3method(get_alias,default)
S3method(get_alias,labelled)
S3method(get_alias,list)
S3method(multi_sample_htest,character)
S3method(multi_sample_htest,factor)
S3method(multi_sample_htest,logical)
S3method(multi_sample_htest,numeric)
S3method(multi_sample_htest,ordered)
S3method(print,atable)
S3method(replace_NA,character)
S3method(replace_NA,data.frame)
S3method(replace_NA,default)
S3method(replace_NA,factor)
S3method(replace_NA,list)
S3method(replace_NA,ordered)
S3method(statistics,character)
S3method(statistics,count_me)
S3method(statistics,factor)
S3method(statistics,logical)
S3method(statistics,numeric)
S3method(statistics,ordered)
S3method(translate_to_LaTeX,character)
S3method(translate_to_LaTeX,data.frame)
S3method(translate_to_LaTeX,factor)
S3method(translate_to_LaTeX,list)
S3method(translate_to_LaTeX,logical)
S3method(translate_to_LaTeX,numeric)
S3method(two_sample_htest,character)
S3method(two_sample_htest,factor)
S3method(two_sample_htest,logical)
S3method(two_sample_htest,numeric)
S3method(two_sample_htest,ordered)
export(atable)
export(atable_compact)
export(atable_longitudinal)
export(atable_options)
export(atable_options_reset)
export(create_alias_mapping)
export(format_statistics)
export(format_tests)
export(get_alias)
export(is_syntactically_valid_name)
export(multi_sample_htest)
export(replace_NA)
export(statistics)
export(translate_to_LaTeX)
export(two_sample_htest)