-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
266 lines (265 loc) · 7.21 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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(add_clinical_ax_scenario)
export(add_cumulatives)
export(add_cyclic_cases)
export(add_date_vars)
export(add_disengaged)
export(add_episodes)
export(add_fabels)
export(add_new_uid)
export(add_period)
export(add_rebate_cap_scenario)
export(add_retainers)
export(add_sampled_imputations)
export(add_sampled_records)
export(add_sampled_variable)
export(add_scenario_activity_cost)
export(add_shorthand_to_caption)
export(add_temporal_vars)
export(add_tenure)
export(calculate_autocorrelations)
export(calculate_running_totals)
export(deprecated)
export(get_ds_from_web_zip)
export(get_index_type)
export(get_medicare_data)
export(get_model_predrs)
export(get_new_index)
export(get_performance)
export(get_providers_by_date)
export(get_raw_erp_data)
export(get_temporal_fn)
export(get_tsibble)
export(get_vars)
export(make_age_bands_lup)
export(make_base_case_tb)
export(make_cases_ls)
export(make_cost_tb)
export(make_cumulatives)
export(make_date_tfmn_fn)
export(make_episodes_vars)
export(make_erp_ds)
export(make_forecast_cost_tb)
export(make_forecasts_tb)
export(make_medicare_ds)
export(make_metric_vars)
export(make_metrics_summary)
export(make_new_cases_ls)
export(make_new_correspondences)
export(make_rebate_cap_params)
export(make_retainers)
export(make_roll_back_lup)
export(make_roll_backs_ls)
export(make_sampled_values)
export(make_sampling_lup)
export(make_scenarios_tb)
export(make_service_summary)
export(make_start_end_ls)
export(make_summary_ds)
export(make_temporal_fns)
export(make_temporal_vars)
export(make_tfmn_args_ls)
export(make_training_ds)
export(make_ts_models)
export(make_ts_models_ls)
export(plot_autocorrelations)
export(plot_decomposition)
export(plot_forecast)
export(plot_lags)
export(plot_multiple)
export(plot_residuals)
export(plot_scatter)
export(plot_series)
export(plot_sngl_series)
export(plot_tsibble)
export(plot_weekdays)
export(transform_age_groups)
export(transform_data_fmt)
export(transform_output)
export(transform_to_mdl_input)
export(transform_to_shorthand)
export(transform_to_temporal)
export(transform_to_tsibble)
export(update_for_price_year)
export(update_medicare_data)
export(update_retainers_ds)
export(update_scenarios_tb)
export(update_start_end_date)
export(update_temporal_vars)
export(update_to_full_tenure)
export(update_with_imputed)
import(methods)
importFrom(GGally,ggpairs)
importFrom(Hmisc,capitalize)
importFrom(assertthat,assert_that)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(dygraphs,dygraph)
importFrom(fable,ARIMA)
importFrom(fable,ETS)
importFrom(fable,MEAN)
importFrom(fable,NAIVE)
importFrom(fable,NNETAR)
importFrom(fable,SNAIVE)
importFrom(fable,TSLM)
importFrom(fabletools,accuracy)
importFrom(fabletools,components)
importFrom(fabletools,forecast)
importFrom(fabletools,hilo)
importFrom(fabletools,model)
importFrom(fabletools,report)
importFrom(fabletools,unpack_hilo)
importFrom(fabletools,vars)
importFrom(feasts,ACF)
importFrom(feasts,STL)
importFrom(feasts,autolayer)
importFrom(feasts,autoplot)
importFrom(feasts,gg_lag)
importFrom(feasts,gg_season)
importFrom(feasts,gg_tsresiduals)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,vars)
importFrom(haven,zap_labels)
importFrom(janitor,row_to_names)
importFrom(lifecycle,deprecated)
importFrom(lubridate,as.duration)
importFrom(lubridate,as_date)
importFrom(lubridate,days)
importFrom(lubridate,duration)
importFrom(lubridate,interval)
importFrom(lubridate,isoweek)
importFrom(lubridate,quarter)
importFrom(lubridate,time_length)
importFrom(lubridate,weeks)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(lubridate,ym)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,discard_at)
importFrom(purrr,flatten)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
importFrom(purrr,keep)
importFrom(purrr,keep_at)
importFrom(purrr,list_c)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dfr)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,reduce)
importFrom(readabs,read_api)
importFrom(ready4,get_from_lup_obj)
importFrom(ready4,get_gracefully)
importFrom(ready4,make_list_phrase)
importFrom(ready4show,manufacture.ready4show_correspondences)
importFrom(ready4show,ready4show_correspondences)
importFrom(ready4show,renew.ready4show_correspondences)
importFrom(ready4use,Ready4useDyad)
importFrom(ready4use,add_dictionary)
importFrom(ready4use,add_with_join)
importFrom(ready4use,make_pt_ready4use_dictionary)
importFrom(ready4use,ready4use_dictionary)
importFrom(ready4use,renew.ready4use_dictionary)
importFrom(ready4use,update_column_names)
importFrom(ready4use,update_dyad)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,exec)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,setNames)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(stringr,str_wrap)
importFrom(tibble,add_case)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,all_of)
importFrom(tidyr,any_of)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand)
importFrom(tidyr,fill)
importFrom(tidyr,nesting)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tsibble,append_row)
importFrom(tsibble,as_tibble)
importFrom(tsibble,as_tsibble)
importFrom(tsibble,fill_gaps)
importFrom(tsibble,filter_index)
importFrom(tsibble,group_by_key)
importFrom(tsibble,index)
importFrom(tsibble,index_by)
importFrom(tsibble,is_duplicated)
importFrom(tsibble,is_tsibble)
importFrom(tsibble,is_yearmonth)
importFrom(tsibble,is_yearquarter)
importFrom(tsibble,is_yearweek)
importFrom(tsibble,key)
importFrom(tsibble,key_vars)
importFrom(tsibble,tsibble)
importFrom(tsibble,update_tsibble)
importFrom(tsibble,yearmonth)
importFrom(tsibble,yearquarter)
importFrom(tsibble,yearweek)
importFrom(xts,xts)
importFrom(youthvars,add_uids_to_tbs_ls)