-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
133 lines (132 loc) · 3.72 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
# Generated by roxygen2: do not edit by hand
S3method(AIC,model_fit)
S3method(BIC,model_fit)
S3method(anova,model_fit)
S3method(as.function,lm)
S3method(as.function,model_fit)
S3method(as.function,nls)
S3method(chart,lm)
S3method(chart,model_fit)
S3method(chart,nls)
S3method(coef,model_fit)
S3method(confint,model_fit)
S3method(cooks.distance,model_fit)
S3method(deviance,model_fit)
S3method(equation,nls)
S3method(equation,summary.nls)
S3method(family,model_fit)
S3method(fitted,model_fit)
S3method(formula,model_fit)
S3method(hatvalues,model_fit)
S3method(labels,model_fit)
S3method(nobs,model_fit)
S3method(plot,model_fit)
S3method(residuals,model_fit)
S3method(rstandard,model_fit)
S3method(summary,model_fit)
S3method(tabularise_coef,glm)
S3method(tabularise_coef,lm)
S3method(tabularise_coef,nls)
S3method(tabularise_coef,summary.glm)
S3method(tabularise_coef,summary.lm)
S3method(tabularise_coef,summary.nls)
S3method(tabularise_default,anova)
S3method(tabularise_default,glm)
S3method(tabularise_default,lm)
S3method(tabularise_default,nls)
S3method(tabularise_default,summary.glm)
S3method(tabularise_default,summary.lm)
S3method(tabularise_default,summary.nls)
S3method(tabularise_glance,glm)
S3method(tabularise_glance,lm)
S3method(tabularise_glance,nls)
S3method(tabularise_tidy,anova)
S3method(tabularise_tidy,aov)
S3method(tabularise_tidy,glm)
S3method(tabularise_tidy,lm)
S3method(tabularise_tidy,nls)
S3method(variable.names,model_fit)
S3method(vcov,model_fit)
export(add_predictions)
export(add_residuals)
export(autoplot.lm)
export(autoplot.nls)
export(fit_model)
export(geom_ref_line)
export(mae)
export(qae)
export(rmse)
export(rsquare)
importFrom(broom,augment)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(chart,chart)
importFrom(chart,combine_charts)
importFrom(data.io,label)
importFrom(flextable,add_footer_lines)
importFrom(flextable,add_header_lines)
importFrom(flextable,align)
importFrom(flextable,as_equation)
importFrom(flextable,as_paragraph)
importFrom(flextable,autofit)
importFrom(flextable,border_inner_h)
importFrom(flextable,flextable)
importFrom(flextable,hline)
importFrom(flextable,italic)
importFrom(flextable,mk_par)
importFrom(flextable,ncol_keys)
importFrom(flextable,nrow_part)
importFrom(flextable,width)
importFrom(generics,fit)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_qq)
importFrom(ggplot2,geom_qq_line)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,stat_function)
importFrom(ggplot2,stat_smooth)
importFrom(ggplot2,theme)
importFrom(knitr,opts_current)
importFrom(modelr,add_predictions)
importFrom(modelr,add_residuals)
importFrom(modelr,geom_ref_line)
importFrom(modelr,mae)
importFrom(modelr,qae)
importFrom(modelr,rmse)
importFrom(modelr,rsquare)
importFrom(officer,fp_border)
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,anova)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,cooks.distance)
importFrom(stats,deviance)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,hatvalues)
importFrom(stats,nobs)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,rstandard)
importFrom(stats,variable.names)
importFrom(stats,vcov)
importFrom(svFlow,"%>.%")
importFrom(tabularise,colformat_sci)
importFrom(tabularise,equation)
importFrom(tabularise,para_md)
importFrom(tabularise,tabularise_coef)
importFrom(tabularise,tabularise_default)
importFrom(tabularise,tabularise_glance)
importFrom(tabularise,tabularise_tidy)