forked from vincentarelbundock/modelsummary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(glance,modelsummary_list)
S3method(glance_custom,default)
S3method(glance_custom,felm)
S3method(glance_custom,fixest)
S3method(tidy,modelsummary_list)
S3method(tidy_custom,default)
export("%>%")
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(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(colLabels)
export(datasummary)
export(datasummary_balance)
export(datasummary_correlation)
export(datasummary_df)
export(datasummary_skim)
export(glance_custom)
export(gof_map)
export(labelSubset)
export(modelplot)
export(modelsummary)
export(modelsummary_wide)
export(msummary)
export(rowLabels)
export(tidy_custom)
import(tables)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dplyr,"%>%")
importFrom(dplyr,tribble)
importFrom(generics,tidy)