-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
26 lines (25 loc) · 711 Bytes
/
NAMESPACE
File metadata and controls
26 lines (25 loc) · 711 Bytes
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
# Generated by roxygen2: do not edit by hand
export(add_lagged_covariates)
export(adjust_data)
export(aggregate_data)
export(aggregate_simulation_results)
export(calculate_average_outcome)
export(calculate_group_weights)
export(extrapolate_model)
export(fit_model_default)
export(generate_fake_data)
export(generate_fake_grouped_data)
export(make_envelope_graph)
export(make_fit_season_model)
export(make_many_predictions)
export(make_many_predictions_plug)
export(make_model_smoother)
export(process_outcome_model)
export(smooth_residuals)
export(smooth_series)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(rlang,.data)
importFrom(stats,formula)
importFrom(utils,data)