-
Notifications
You must be signed in to change notification settings - Fork 77
/
NAMESPACE
95 lines (94 loc) · 2.01 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
# Generated by roxygen2: do not edit by hand
S3method(get_vcov,default)
S3method(glance,modelsummary_list)
S3method(glance_custom,default)
S3method(print,modelsummary_markdown)
S3method(print,modelsummary_string)
S3method(reconstruct_attrs,data.frame)
S3method(tidy,modelsummary_list)
S3method(tidy_custom,default)
export(All)
export(AllObs)
export(Arguments)
export(DropEmpty)
export(Factor)
export(Format)
export(Heading)
export(Histogram)
export(Max)
export(Mean)
export(Median)
export(Min)
export(Multicolumn)
export(N)
export(NPercent)
export(NUnique)
export(Ncol)
export(P0)
export(P100)
export(P25)
export(P50)
export(P75)
export(Paste)
export(Percent)
export(PercentMissing)
export(PlusMinus)
export(RowFactor)
export(RowNum)
export(SD)
export(Var)
export(coef_rename)
export(colLabels)
export(config_modelsummary)
export(datasummary)
export(datasummary_balance)
export(datasummary_correlation)
export(datasummary_correlation_format)
export(datasummary_crosstab)
export(datasummary_df)
export(datasummary_skim)
export(dsummary)
export(dvnames)
export(fmt_decimal)
export(fmt_equivalence)
export(fmt_sci)
export(fmt_significant)
export(fmt_sprintf)
export(fmt_statistic)
export(fmt_term)
export(get_estimates)
export(get_gof)
export(glance)
export(glance_custom)
export(gof_map)
export(labelSubset)
export(modelplot)
export(modelsummary)
export(modelsummary_wide)
export(msummary)
export(rowLabels)
export(supported_models)
export(tidy)
export(tidy_custom)
export(update_modelsummary)
import(data.table)
import(tables)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(methods,formalArgs)
importFrom(tables,All)
importFrom(tables,AllObs)
importFrom(tables,Arguments)
importFrom(tables,DropEmpty)
importFrom(tables,Factor)
importFrom(tables,Format)
importFrom(tables,Heading)
importFrom(tables,Multicolumn)
importFrom(tables,Paste)
importFrom(tables,Percent)
importFrom(tables,PlusMinus)
importFrom(tables,RowFactor)
importFrom(tables,RowNum)
importFrom(tables,colLabels)
importFrom(tables,labelSubset)
importFrom(tables,rowLabels)