-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
242 lines (241 loc) · 7.35 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
# Generated by roxygen2: do not edit by hand
S3method(AIC,FitDynamicGrowth)
S3method(AIC,FitDynamicGrowthMCMC)
S3method(AIC,FitIsoGrowth)
S3method(AIC,FitMultipleDynamicGrowth)
S3method(AIC,FitMultipleGrowthMCMC)
S3method(AIC,FitSecondaryGrowth)
S3method(AIC,GlobalGrowthFit)
S3method(AIC,GrowthFit)
S3method(coef,DynamicGrowth)
S3method(coef,FitDynamicGrowth)
S3method(coef,FitDynamicGrowthMCMC)
S3method(coef,FitIsoGrowth)
S3method(coef,FitMultipleDynamicGrowth)
S3method(coef,FitMultipleGrowthMCMC)
S3method(coef,FitSecondaryGrowth)
S3method(coef,GlobalGrowthComparison)
S3method(coef,GlobalGrowthFit)
S3method(coef,GrowthComparison)
S3method(coef,GrowthFit)
S3method(coef,GrowthPrediction)
S3method(coef,IsothermalGrowth)
S3method(coef,SecondaryComparison)
S3method(deviance,FitDynamicGrowth)
S3method(deviance,FitDynamicGrowthMCMC)
S3method(deviance,FitIsoGrowth)
S3method(deviance,FitMultipleDynamicGrowth)
S3method(deviance,FitMultipleGrowthMCMC)
S3method(deviance,FitSecondaryGrowth)
S3method(deviance,GlobalGrowthFit)
S3method(deviance,GrowthFit)
S3method(fitted,FitDynamicGrowth)
S3method(fitted,FitDynamicGrowthMCMC)
S3method(fitted,FitIsoGrowth)
S3method(fitted,FitMultipleDynamicGrowth)
S3method(fitted,FitMultipleGrowthMCMC)
S3method(fitted,FitSecondaryGrowth)
S3method(fitted,GlobalGrowthFit)
S3method(fitted,GrowthFit)
S3method(logLik,FitDynamicGrowth)
S3method(logLik,FitDynamicGrowthMCMC)
S3method(logLik,FitIsoGrowth)
S3method(logLik,FitMultipleDynamicGrowth)
S3method(logLik,FitMultipleGrowthMCMC)
S3method(logLik,FitSecondaryGrowth)
S3method(logLik,GlobalGrowthFit)
S3method(logLik,GrowthFit)
S3method(plot,DynamicGrowth)
S3method(plot,FitDynamicGrowth)
S3method(plot,FitDynamicGrowthMCMC)
S3method(plot,FitIsoGrowth)
S3method(plot,FitMultipleDynamicGrowth)
S3method(plot,FitMultipleGrowthMCMC)
S3method(plot,FitSecondaryGrowth)
S3method(plot,GlobalGrowthComparison)
S3method(plot,GlobalGrowthFit)
S3method(plot,GrowthComparison)
S3method(plot,GrowthFit)
S3method(plot,GrowthPrediction)
S3method(plot,GrowthUncertainty)
S3method(plot,IsothermalGrowth)
S3method(plot,MCMCgrowth)
S3method(plot,SecondaryComparison)
S3method(plot,StochasticGrowth)
S3method(plot,TimeDistribution)
S3method(predict,FitDynamicGrowth)
S3method(predict,FitDynamicGrowthMCMC)
S3method(predict,FitIsoGrowth)
S3method(predict,FitMultipleDynamicGrowth)
S3method(predict,FitMultipleGrowthMCMC)
S3method(predict,FitSecondaryGrowth)
S3method(predict,GlobalGrowthFit)
S3method(predict,GrowthFit)
S3method(predictMCMC,FitDynamicGrowthMCMC)
S3method(predictMCMC,FitMultipleGrowthMCMC)
S3method(predictMCMC,GlobalGrowthFit)
S3method(predictMCMC,GrowthFit)
S3method(print,DynamicGrowth)
S3method(print,FitDynamicGrowth)
S3method(print,FitDynamicGrowthMCMC)
S3method(print,FitIsoGrowth)
S3method(print,FitMultipleDynamicGrowth)
S3method(print,FitMultipleGrowthMCMC)
S3method(print,FitSecondaryGrowth)
S3method(print,GlobalGrowthComparison)
S3method(print,GlobalGrowthFit)
S3method(print,GrowthComparison)
S3method(print,GrowthFit)
S3method(print,GrowthPrediction)
S3method(print,GrowthUncertainty)
S3method(print,IsothermalGrowth)
S3method(print,MCMCgrowth)
S3method(print,SecondaryComparison)
S3method(print,StochasticGrowth)
S3method(print,TimeDistribution)
S3method(residuals,FitDynamicGrowth)
S3method(residuals,FitDynamicGrowthMCMC)
S3method(residuals,FitIsoGrowth)
S3method(residuals,FitMultipleDynamicGrowth)
S3method(residuals,FitMultipleGrowthMCMC)
S3method(residuals,FitSecondaryGrowth)
S3method(residuals,GlobalGrowthFit)
S3method(residuals,GrowthFit)
S3method(summary,FitDynamicGrowth)
S3method(summary,FitDynamicGrowthMCMC)
S3method(summary,FitIsoGrowth)
S3method(summary,FitMultipleDynamicGrowth)
S3method(summary,FitMultipleGrowthMCMC)
S3method(summary,FitSecondaryGrowth)
S3method(summary,GlobalGrowthComparison)
S3method(summary,GlobalGrowthFit)
S3method(summary,GrowthComparison)
S3method(summary,GrowthFit)
S3method(summary,GrowthPrediction)
S3method(summary,SecondaryComparison)
S3method(summary,TimeDistribution)
S3method(vcov,FitDynamicGrowth)
S3method(vcov,FitDynamicGrowthMCMC)
S3method(vcov,FitIsoGrowth)
S3method(vcov,FitMultipleDynamicGrowth)
S3method(vcov,FitMultipleGrowthMCMC)
S3method(vcov,FitSecondaryGrowth)
S3method(vcov,GlobalGrowthFit)
S3method(vcov,GrowthFit)
export(Q0_to_lambda)
export(check_growth_guess)
export(compare_growth_fits)
export(compare_secondary_fits)
export(distribution_to_logcount)
export(fit_MCMC_growth)
export(fit_dynamic_growth)
export(fit_growth)
export(fit_isothermal_growth)
export(fit_multiple_growth)
export(fit_multiple_growth_MCMC)
export(fit_secondary_growth)
export(is.DynamicGrowth)
export(is.FitDynamicGrowth)
export(is.FitDynamicGrowthMCMC)
export(is.FitIsoGrowth)
export(is.FitMultipleDynamicGrowth)
export(is.FitMultipleDynamicGrowthMCMC)
export(is.FitSecondaryGrowth)
export(is.GlobalGrowthFit)
export(is.GrowthFit)
export(is.GrowthPrediction)
export(is.GrowthUncertainty)
export(is.IsothermalGrowth)
export(is.MCMCgrowth)
export(is.StochasticGrowth)
export(lambda_to_Q0)
export(make_guess_primary)
export(make_guess_secondary)
export(predictMCMC)
export(predict_MCMC_growth)
export(predict_dynamic_growth)
export(predict_growth)
export(predict_growth_uncertainty)
export(predict_isothermal_growth)
export(predict_stochastic_growth)
export(primary_model_data)
export(secondary_model_data)
export(time_to_logcount)
export(time_to_size)
importFrom(FME,modCost)
importFrom(FME,modFit)
importFrom(FME,modMCMC)
importFrom(MASS,mvrnorm)
importFrom(cowplot,plot_grid)
importFrom(cowplot,theme_cowplot)
importFrom(deSolve,ode)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(formula.tools,get.vars)
importFrom(formula.tools,lhs)
importFrom(formula.tools,rhs)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(lamW,lambertW0)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(purrr,"%>%")
importFrom(purrr,flatten_dbl)
importFrom(purrr,imap)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,set_names)
importFrom(stats,AIC)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,deviance)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,matches)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)