-
Notifications
You must be signed in to change notification settings - Fork 29
/
NAMESPACE
executable file
·161 lines (160 loc) · 3.66 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# Generated by roxygen2: do not edit by hand
S3method(extract_fit,coxme)
S3method(extract_fit,coxph)
S3method(extract_fit,crr)
S3method(extract_fit,glm)
S3method(extract_fit,glmerMod)
S3method(extract_fit,lm)
S3method(extract_fit,lmerMod)
S3method(extract_fit,stanfit)
S3method(ff_metrics,coxph)
S3method(ff_metrics,coxphlist)
S3method(ff_metrics,glm)
S3method(ff_metrics,glmerMod)
S3method(ff_metrics,glmlist)
S3method(ff_metrics,lm)
S3method(ff_metrics,lmerMod)
S3method(ff_metrics,lmlist)
S3method(fit2df,coxme)
S3method(fit2df,coxph)
S3method(fit2df,coxphlist)
S3method(fit2df,crr)
S3method(fit2df,crrlist)
S3method(fit2df,glm)
S3method(fit2df,glmboot)
S3method(fit2df,glmerMod)
S3method(fit2df,glmlist)
S3method(fit2df,lm)
S3method(fit2df,lmerMod)
S3method(fit2df,lmlist)
S3method(fit2df,mipo)
S3method(fit2df,stanfit)
S3method(fit2df,svyglmlist)
S3method(print,data.frame.ff)
export("%$%")
export("%<>%")
export("%>%")
export(boot_compare)
export(boot_predict)
export(catTestfisher)
export(check_recode)
export(coefficient_plot)
export(condense_fit)
export(coxphmulti)
export(coxphuni)
export(crrmulti)
export(crruni)
export(dependent_label)
export(extract_fit)
export(extract_labels)
export(extract_variable_label)
export(ff_column_totals)
export(ff_expand)
export(ff_formula)
export(ff_glimpse)
export(ff_interaction)
export(ff_label)
export(ff_merge)
export(ff_metrics)
export(ff_mode)
export(ff_newdata)
export(ff_parse_formula)
export(ff_percent_only)
export(ff_permute)
export(ff_plot)
export(ff_relabel)
export(ff_relabel_df)
export(ff_remove_p)
export(ff_remove_ref)
export(ff_row_totals)
export(ff_stratify_helper)
export(finalfit)
export(finalfit.coxph)
export(finalfit.glm)
export(finalfit.lm)
export(finalfit_column_totals)
export(finalfit_expand)
export(finalfit_formula)
export(finalfit_glimpse)
export(finalfit_interaction)
export(finalfit_label)
export(finalfit_merge)
export(finalfit_mode)
export(finalfit_newdata)
export(finalfit_percent_only)
export(finalfit_permute)
export(finalfit_plot)
export(finalfit_relabel)
export(finalfit_relabel_df)
export(finalfit_remove_p)
export(finalfit_remove_ref)
export(finalfit_row_totals)
export(fit2df)
export(format_n_percent)
export(glmmixed)
export(glmmulti)
export(glmmulti_boot)
export(glmuni)
export(hr_plot)
export(is.survival)
export(labels_to_column)
export(labels_to_level)
export(lmmixed)
export(lmmulti)
export(lmuni)
export(metrics_hoslem)
export(missing_compare)
export(missing_df)
export(missing_glimpse)
export(missing_pairs)
export(missing_pattern)
export(missing_plot)
export(missing_predictorMatrix)
export(or_plot)
export(p_tidy)
export(plot_title)
export(remove_intercept)
export(remove_labels)
export(rm_duplicate_labels)
export(rm_duplicates)
export(rm_empty_block)
export(round_tidy)
export(summary_df)
export(summary_factorlist)
export(summary_factorlist_stratified)
export(surv_plot)
export(svyglmmulti)
export(svyglmuni)
export(variable_type)
import(ggplot2)
import(mice)
import(survival)
importFrom(boot,boot)
importFrom(broom,tidy)
importFrom(dplyr,"%>%")
importFrom(forcats,fct_rev)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(mice,make.predictorMatrix)
importFrom(pillar,new_pillar_type)
importFrom(purrr,pmap)
importFrom(stats,AIC)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,confint.default)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,xtabs)
importFrom(tidyr,gather)
importFrom(utils,globalVariables)